Macro error_from

Source
macro_rules! error_from {
    ($typ:ty, $kind:expr) => { ... };
}
Expand description

Implement provided Error type with a suitable ErrorKind