reduct_base

Macro unauthorized

source
macro_rules! unauthorized {
    ($msg:expr, $($arg:tt)*) => { ... };
    ($msg:expr) => { ... };
}