pub type StreamSocketGetTcpKeepAliveIntervalResult = Result<u32, Errno>;

Aliased Type§

enum StreamSocketGetTcpKeepAliveIntervalResult {
    Ok(u32),
    Err(Errno),
}

Variants§

§1.0.0

Ok(u32)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value