Enum rimd::MetaError [] [src]

pub enum MetaError {
    InvalidCommand(u8),
    OtherErr(&'static str),
    Error(Error),
}

An error that can occur parsing a meta command

Variants

InvalidCommand
OtherErr
Error

Trait Implementations

impl From<Error> for MetaError

fn from(err: Error) -> MetaError

impl Error for MetaError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for MetaError

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

Derived Implementations

impl Debug for MetaError

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