Trait spring_boot::config::Configurable

source ·
pub trait Configurable {
    // Required method
    fn config_prefix(&self) -> &str;
}

Required Methods§

source

fn config_prefix(&self) -> &str

Prefix used to read toml configuration. If you need to load external configuration, you need to rewrite this method

Implementors§