[][src]Trait scf_core::source::ConfigurationSourceChangeEvent

pub trait ConfigurationSourceChangeEvent: Value + Send + Sync {
    fn get_source(&self) -> &dyn ConfigurationSource;
fn get_change_time(&self) -> u128;
fn clone_boxed(&self) -> Box<dyn ConfigurationSourceChangeEvent>;
fn to_boxed(self) -> Box<dyn ConfigurationSourceChangeEvent>; }

Required methods

Loading content...

Implementors

Loading content...