err_from_type

Macro err_from_type 

Source
macro_rules! err_from_type {
    ($error_type:expr) => { ... };
    ($error_type:expr, $($args:tt)*) => { ... };
}