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