Skip to main content

ConfigSection

Trait ConfigSection 

Source
pub trait ConfigSection: DeserializeOwned {
    // Required method
    fn key() -> &'static str;
}

Required Methods§

Source

fn key() -> &'static str

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§