err

Macro err 

Source
macro_rules! err {
    ($expr:expr) => { ... };
    ($($args:tt)*) => { ... };
}
Expand description

Creates a new fail::Error from format args.