[][src]Trait scf_core::source::ConfigurationSourceConfig

pub trait ConfigurationSourceConfig: Value + Send + Sync {
    fn get_name(&self) -> &str;
fn clone_boxed(&self) -> Box<dyn ConfigurationSourceConfig>;
fn to_boxed(self) -> Box<dyn ConfigurationSourceConfig>; }

Required methods

fn get_name(&self) -> &str

for description use

non-null, non-empty

fn clone_boxed(&self) -> Box<dyn ConfigurationSourceConfig>

fn to_boxed(self) -> Box<dyn ConfigurationSourceConfig>

Loading content...

Implementors

impl ConfigurationSourceConfig for DefaultConfiguratonSourceConfig[src]

Loading content...