pub type StreamSocketGetTcpLingerResult = Result<OptionalUint32, Errno>;

Aliased Type§

enum StreamSocketGetTcpLingerResult {
    Ok(OptionalUint32),
    Err(Errno),
}

Variants§

§1.0.0

Ok(OptionalUint32)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value