macro_rules! _error {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)+) => { ... };
}Expand description
Constructs an SsrError taking arguments like the format macro.
macro_rules! _error {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)+) => { ... };
}Constructs an SsrError taking arguments like the format macro.