macro_rules! error_from {
($typ:ty, $kind:expr) => { ... };
}
Expand description
Implement provided Error type with a suitable ErrorKind
macro_rules! error_from {
($typ:ty, $kind:expr) => { ... };
}
Implement provided Error type with a suitable ErrorKind