Skip to main content

DeviceCancelWatchControllerWriteCommandsResult

Type Alias DeviceCancelWatchControllerWriteCommandsResult 

Source
pub type DeviceCancelWatchControllerWriteCommandsResult = Result<(), DriverError>;

Aliased Type§

pub enum DeviceCancelWatchControllerWriteCommandsResult {
    Ok(()),
    Err(DriverError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value