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