fn from()

in src/errors.rs [42:44]


            fn from(error: $error) -> Self {
                Self::from_source(stringify!($error), error)
            }