Enum cyphal::CyphalError
source · pub enum CyphalError {
Transport,
OutOfRange,
}Expand description
Cyphal Error
Variants§
Transport
An error caused by the underlying transport
OutOfRange
The value is out of the permissible range
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CyphalError
impl RefUnwindSafe for CyphalError
impl Send for CyphalError
impl Sync for CyphalError
impl Unpin for CyphalError
impl UnwindSafe for CyphalError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more