error_once

Macro error_once 

Source
macro_rules! error_once {
    ($loc:expr, $($arg_key:ident: $arg:expr),+ $(,)?) => { ... };
    ($loc:expr $(,)?) => { ... };
}
Expand description

Creates an error with a message.