macro_rules! not_found_async {
($body:expr /* $(,)? */) => { ... };
($context:ident, $body:expr /* $(,)? */) => { ... };
}Expand description
Trailing commas are not supported at the moment!
macro_rules! not_found_async {
($body:expr /* $(,)? */) => { ... };
($context:ident, $body:expr /* $(,)? */) => { ... };
}Trailing commas are not supported at the moment!