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