Skip to main content

success_async

Macro success_async 

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

Trailing commas are not supported at the moment!