Enum rbml::Error [] [src]

pub enum Error {
    IntTooBig(usize),
    InvalidTag(usize),
    Expected(String),
    IoError(Error),
    ApplicationError(String),
}
Unstable (rustc_private)

Variants

IntTooBig(usize)
Unstable (rustc_private)
InvalidTag(usize)
Unstable (rustc_private)
Expected(String)
Unstable (rustc_private)
IoError(Error)
Unstable (rustc_private)
ApplicationError(String)
Unstable (rustc_private)

Trait Implementations

impl Display for Error
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.