Trait StaticAnalyzerConfig

Source
pub trait StaticAnalyzerConfig {
    // Required methods
    fn default() -> ValeConfig;
    fn ini(self) -> Ini;
    fn save(self) -> ValeConfig;
}

Required Methods§

Source

fn default() -> ValeConfig

Source

fn ini(self) -> Ini

Source

fn save(self) -> ValeConfig

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.

Implementors§