Enum ross_protocol::convert_packet::ConvertPacketError [−][src]
pub enum ConvertPacketError {
WrongSize,
WrongType,
Event(EventError),
}Variants
Provided packet was not appropriately sized
The provided packet was of a wrong type
Event(EventError)Event specific error
Tuple Fields of Event
0: EventErrorTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.