Enum dbus_serialize::encoder::EncoderError  
            [-] [+]
        [src]
pub enum EncoderError {
    BadKeyType,
    Unsupported,
    EmptyArray,
}Variants
| BadKeyType | |
| Unsupported | |
| EmptyArray | 
pub enum EncoderError {
    BadKeyType,
    Unsupported,
    EmptyArray,
}| BadKeyType | |
| Unsupported | |
| EmptyArray | 
impl PartialEq for EncoderErrorfn eq(&self, __arg_0: &EncoderError) -> boolfn ne(&self, __arg_0: &EncoderError) -> boolimpl Debug for EncoderError
                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).