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