Trait elfo::Message

source ·
pub trait Message: Debug + Clone + Any + Send + Serialize + for<'de> Deserialize<'de> {
    // Provided methods
    fn name(&self) -> &'static str { ... }
    fn protocol(&self) -> &'static str { ... }
}

Provided Methods§

source

fn name(&self) -> &'static str

source

fn protocol(&self) -> &'static str

Implementations on Foreign Types§

source§

impl Message for ReloadConfigs

source§

impl Message for ReopenLogFile

source§

impl Message for GetSnapshot

Implementors§