fidl_fuchsia_posix_socket

Type Alias StreamSocketGetTcpCongestionResult

Source
pub type StreamSocketGetTcpCongestionResult = Result<TcpCongestionControl, Errno>;

Aliased Type§

enum StreamSocketGetTcpCongestionResult {
    Ok(TcpCongestionControl),
    Err(Errno),
}

Variants§

§1.0.0

Ok(TcpCongestionControl)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value