pub type StreamSocketGetTcpCongestionResult = Result<TcpCongestionControl, Errno>;
Aliased Type§
enum StreamSocketGetTcpCongestionResult {
Ok(TcpCongestionControl),
Err(Errno),
}
pub type StreamSocketGetTcpCongestionResult = Result<TcpCongestionControl, Errno>;
enum StreamSocketGetTcpCongestionResult {
Ok(TcpCongestionControl),
Err(Errno),
}