Macro uncategorized

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

Constructs a AccessError::Uncategorized variant.