macro_rules! impl_error_constructors {
($($method_name:ident => $variant:ident, $error_type:ty);* $(;)?) => { ... };
}Expand description
Macro for generating wrapping error constructors with doc comments.
macro_rules! impl_error_constructors {
($($method_name:ident => $variant:ident, $error_type:ty);* $(;)?) => { ... };
}Macro for generating wrapping error constructors with doc comments.