Trait MessageTrait

Source
pub trait MessageTrait: ToBytes + FromBytes {
    // Required method
    fn name(&self) -> Cow<'static, str>;
}

Required Methods§

Source

fn name(&self) -> Cow<'static, str>

Returns the message name.

Implementors§