macro_rules! error_once_map_string {
($loc:expr, $($arg_key:ident: $arg:expr),+ $(,)?) => { ... };
($loc:expr $(,)?) => { ... };
}
Expand description
Maps the given string error to an error with arguments.
macro_rules! error_once_map_string {
($loc:expr, $($arg_key:ident: $arg:expr),+ $(,)?) => { ... };
($loc:expr $(,)?) => { ... };
}
Maps the given string error to an error with arguments.