macro_rules! bail_uncategorized {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Expand description
Constructs a AccessError::Uncategorized
variant and bails out.
macro_rules! bail_uncategorized {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}
Constructs a AccessError::Uncategorized
variant and bails out.