Macro plugin_async

Source
macro_rules! plugin_async {
    ($handler:ident) => { ... };
}