Type Alias ProviderStreamSocketWithOptionsResult

Source
pub type ProviderStreamSocketWithOptionsResult = Result<ClientEnd<StreamSocketMarker>, Errno>;

Aliased Type§

enum ProviderStreamSocketWithOptionsResult {
    Ok(ClientEnd<StreamSocketMarker>),
    Err(Errno),
}

Variants§

§1.0.0

Ok(ClientEnd<StreamSocketMarker>)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value