Enum dbus_serialize::decoder::DecodeError
[-] [+]
[src]
pub enum DecodeError {
BadSignature,
NotSupported,
IntTooNarrow,
}Variants
BadSignature | |
NotSupported | |
IntTooNarrow |
pub enum DecodeError {
BadSignature,
NotSupported,
IntTooNarrow,
}BadSignature | |
NotSupported | |
IntTooNarrow |
impl PartialEq for DecodeErrorfn eq(&self, __arg_0: &DecodeError) -> boolfn ne(&self, __arg_0: &DecodeError) -> boolimpl Debug for DecodeError
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).