pub trait RootConf {
// Required method
fn build(builder: PluginGroupBuilder) -> PluginGroupBuilder;
}Required Methods§
Sourcefn build(builder: PluginGroupBuilder) -> PluginGroupBuilder
fn build(builder: PluginGroupBuilder) -> PluginGroupBuilder
Configures the plugin group builder for the types contained in this parameter type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.