Type Alias ControlUpdateDeviceResult

Source
pub type ControlUpdateDeviceResult = Result<Device, UpdateError>;

Aliased Type§

pub enum ControlUpdateDeviceResult {
    Ok(Device),
    Err(UpdateError),
}

Variants§

§1.0.0

Ok(Device)

Contains the success value

§1.0.0

Err(UpdateError)

Contains the error value