Skip to main content

not_found_async

Macro not_found_async 

Source
macro_rules! not_found_async {
    ($body:expr /* $(,)? */) => { ... };
    ($context:ident, $body:expr /* $(,)? */) => { ... };
}
Expand description

Trailing commas are not supported at the moment!