pub type BaseSocketGetSendBufferResult = Result<u64, Errno>;

Aliased Type§

enum BaseSocketGetSendBufferResult {
    Ok(u64),
    Err(Errno),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value