Skip to main content

DeviceWatchControllerWriteCommandsResult

Type Alias DeviceWatchControllerWriteCommandsResult 

Source
pub type DeviceWatchControllerWriteCommandsResult = Result<(Vec<Register8>, Option<EventPair>), DriverError>;

Aliased Type§

pub enum DeviceWatchControllerWriteCommandsResult {
    Ok((Vec<Register8>, Option<EventPair>)),
    Err(DriverError),
}

Variants§

§1.0.0

Ok((Vec<Register8>, Option<EventPair>))

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value