Enum wayland_commons::wire::MessageParseError [−][src]
pub enum MessageParseError {
MissingFD,
MissingData,
Malformed,
}Expand description
Error generated when trying to deserialize a message from buffers
Variants
The message references a FD but the buffer FD is empty
More data is needed to deserialize the message
The message is malformed and cannot be parsed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageParseErrorimpl Send for MessageParseErrorimpl Sync for MessageParseErrorimpl Unpin for MessageParseErrorimpl UnwindSafe for MessageParseErrorBlanket Implementations
Mutably borrows from an owned value. Read more