Skip to main content

ConfigBuilderInterface

Trait ConfigBuilderInterface 

Source
pub trait ConfigBuilderInterface: Send + Sync {
    // Required method
    fn build(self) -> Result<Arc<dyn ConfigInterface>, ConfigValidationReport>;
}

Required Methods§

Source

fn build(self) -> Result<Arc<dyn ConfigInterface>, ConfigValidationReport>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§