Enum rustbus::wire::unmarshal::Error [−][src]
pub enum Error {}Show variants
EmptyStruct, NotEnoughBytes, NotEnoughBytesForCollection, NotAllBytesUsed, InvalidByteOrder, InvalidType, WrongSignature, Validation(Error), InvalidHeaderField, InvalidHeaderFields, UnknownHeaderField, PaddingContainedData, InvalidBoolean, EndOfMessage, NoSerial, NoSignature, BadFdIndex(usize),
Variants
Validation(Error)
BadFdIndex(usize)
Implementations
impl Error
[src]
impl Error
[src]pub fn is_end_of_message(&self) -> bool
[src]
Checks if self
is an EndOfMessage
error.