Trait scsys_agents::Agency

source ·
pub trait Agency: Clone + Default + Serialize + ToString {
    fn init() -> Self;
    fn agent(&self) -> String;
}

Required Methods

Implementors