Enum serialize::ebml::Error[src]

pub enum Error {
    IntTooBig(uint),
    Expected(String),
    IoError(IoError),
}

Variants

IntTooBig
Expected
IoError

Trait Implementations

Derived Implementations

impl Show for Error

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