error_once_map_string

Macro error_once_map_string 

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