pub trait OperationError<O, E> {
// Required method
fn check_operation_error(&mut self) -> Result<O, E>;
}Required Methods§
Sourcefn check_operation_error(&mut self) -> Result<O, E>
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