[][src]Trait melib::error::IntoMeliError

pub trait IntoMeliError {
    fn set_err_summary<M>(self, msg: M) -> MeliError
    where
        M: Into<Cow<'static, str>>
;
fn set_err_kind(self, kind: ErrorKind) -> MeliError; }

Required methods

fn set_err_summary<M>(self, msg: M) -> MeliError where
    M: Into<Cow<'static, str>>, 

fn set_err_kind(self, kind: ErrorKind) -> MeliError

Loading content...

Implementors

impl<I: Into<MeliError>> IntoMeliError for I[src]

Loading content...