Type Alias DeviceGetNodeDeviceInfoResult

Source
pub type DeviceGetNodeDeviceInfoResult = Result<NodeDeviceInfo, i32>;

Aliased Type§

pub enum DeviceGetNodeDeviceInfoResult {
    Ok(NodeDeviceInfo),
    Err(i32),
}

Variants§

§1.0.0

Ok(NodeDeviceInfo)

Contains the success value

§1.0.0

Err(i32)

Contains the error value