pub type StreamSocketGetTcpCorkResult = Result<bool, Errno>;

Aliased Type§

enum StreamSocketGetTcpCorkResult {
    Ok(bool),
    Err(Errno),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value