macro_rules! impl_async_cmdlet {
    ($run_fn:ident, $help_fn:ident) => { ... };
}
Expand description

Implement an asynchronous cmdlet module

Example

TODO