pub type BaseSocketGetBindToDeviceResult = Result<String, Errno>;

Aliased Type§

enum BaseSocketGetBindToDeviceResult {
    Ok(String),
    Err(Errno),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value