macro_rules! string_error {
( $type:ident $(,)? ) => { ... };
( $type:ident, $display_prefix:literal $(,)? ) => { ... };
}macro_rules! string_error {
( $type:ident $(,)? ) => { ... };
( $type:ident, $display_prefix:literal $(,)? ) => { ... };
}