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

§Register an extract plugin

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