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

§Register an event parsing plugin

This macro must be called at most once in a crate (it generates public functions) with a type implementing ParsePlugin as the sole parameter.