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