Macro ees::err

source · []
macro_rules! err {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Construct an error on the fly