Skip to main content

MessageKind

Trait MessageKind 

Source
pub trait MessageKind {
    // Required method
    fn kind(&self) -> &'static str;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl MessageKind for ()

Source§

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

Implementors§