mtry

Macro mtry 

Source
macro_rules! mtry {
    ($e:expr) => { ... };
}
Expand description

Outside of mtots_core, you can’t just impl From<..> for mtots_core::Error This macro is for conveniently converting an error of any type that already implements std::error::Error, into mtots_core::Error