Trait options::OptionsSnapshot
source · pub trait OptionsSnapshot<T> {
// Required method
fn get(&self, name: Option<&str>) -> Ref<T>;
}Expand description
Defines the behavior for a snapshot of configuration Options.
pub trait OptionsSnapshot<T> {
// Required method
fn get(&self, name: Option<&str>) -> Ref<T>;
}Defines the behavior for a snapshot of configuration Options.