Enum serialize::ebml::Error[src]
pub enum Error {
IntTooBig(uint),
Expected(String),
IoError(IoError),
}Variants
IntTooBig | |
Expected | |
IoError |
pub enum Error {
IntTooBig(uint),
Expected(String),
IoError(IoError),
}IntTooBig | |
Expected | |
IoError |
impl Show for Error
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 (or str), enum,
trait, typedef (or
tdef).