impl_error_constructors

Macro impl_error_constructors 

Source
macro_rules! impl_error_constructors {
    ($($method_name:ident => $variant:ident, $error_type:ty);* $(;)?) => { ... };
}
Expand description

Macro for generating wrapping error constructors with doc comments.