[][src]Trait roasted_core::error::Error

pub trait Error {
    fn name(&self) -> &'static str;
fn msg(&self) -> Option<String>; }

Required methods

fn name(&self) -> &'static str

fn msg(&self) -> Option<String>

Loading content...

Implementors

impl Error for CommonError[src]

Loading content...