Macro default_plugin_builder

Source
macro_rules! default_plugin_builder {
    ($name:ident, $builder:ident) => { ... };
}
Expand description

Derives a plugin builder relying on the Plugin::default() function