Macro error

Source
macro_rules! error {
    ($($arg:tt)*) => { ... };
}
Expand description

Constructs an Error with the given arguments.