pub type BaseSocketGetTimestampResult = Result<TimestampOption, Errno>;

Aliased Type§

enum BaseSocketGetTimestampResult {
    Ok(TimestampOption),
    Err(Errno),
}

Variants§

§1.0.0

Ok(TimestampOption)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value