pub type ProviderStreamSocketResult = Result<ClientEnd<StreamSocketMarker>, Errno>;

Aliased Type§

enum ProviderStreamSocketResult {
    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