Trait scsys_actors::contexts::Configurable
source · pub trait Configurable: Serialize {
type Settings;
fn settings(&self) -> &Self::Settings;
fn by_ref(&self) -> &Self { ... }
fn by_mut_ref(&self) -> &Self { ... }
}