Macro capture_listen_plugin

Source
macro_rules! capture_listen_plugin {
    ($ty:ty) => { ... };
}
Expand description

ยงRegister an asynchronous event plugin

This macro must be called at most once in a crate (it generates public functions with fixed #[no_mangle] names) with a type implementing CaptureListenPlugin as the sole parameter.