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