pub type ProviderStreamSocketResult = Result<ClientEnd<StreamSocketMarker>, Errno>;
Aliased Type§
enum ProviderStreamSocketResult {
Ok(ClientEnd<StreamSocketMarker>),
Err(Errno),
}
Variants§
Ok(ClientEnd<StreamSocketMarker>)
Contains the success value
Err(Errno)
Contains the error value