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