Trait elfo_core::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

Object Safety§

This trait is not object safe.

Implementors§