Enum ross_protocol::ross_interface::RossInterfaceError[][src]

pub enum RossInterfaceError {
    CanError(RossCanError),
    UsartError(RossUsartError),
    BuilderError(RossPacketBuilderError),
    FrameError(RossFrameError),
    NoPacketReceived,
}

Variants

CanError

Tuple Fields of CanError

0: RossCanError
UsartError

Tuple Fields of UsartError

0: RossUsartError
BuilderError

Tuple Fields of BuilderError

0: RossPacketBuilderError
FrameError

Tuple Fields of FrameError

0: RossFrameError
NoPacketReceived

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.