Trait vector::config::GenerateConfig
source · pub trait GenerateConfig {
// Required method
fn generate_config() -> Value;
}
Expand description
A component that can generate a default configuration for itself.
Required Methods§
fn generate_config() -> Value
Object Safety§
This trait is not object safe.