macro_rules! default_plugin_builder {
($name:ident, $builder:ident) => { ... };
}
Expand description
Derives a plugin builder relying on the Plugin::default() function
macro_rules! default_plugin_builder {
($name:ident, $builder:ident) => { ... };
}
Derives a plugin builder relying on the Plugin::default() function