Macro new_error_struct

Source
macro_rules! new_error_struct {
    ($vis:vis struct $name:ident($type:ty);) => { ... };
}