pub trait Message: Serialize {
    fn reason(&self) -> &str;
}

Required Methods

Implementors