Macro bail_uncategorized

Source
macro_rules! bail_uncategorized {
    () => { ... };
    (@ $($fmt_arg:tt)*) => { ... };
    ($($fmt_arg:tt)*) => { ... };
}
Expand description

Constructs a AccessError::Uncategorized variant and bails out.