error_once_map

Macro error_once_map 

Source
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.