OperationError

Trait OperationError 

Source
pub trait OperationError<O, E> {
    // Required method
    fn check_operation_error(&mut self) -> Result<O, E>;
}

Required Methods§

Source

fn check_operation_error(&mut self) -> Result<O, E>

Check to see if the peripheral has detected some sort of error while performing an operation

Implementors§