Struct mles_utils::Msg [] [src]

pub struct Msg {
    pub uid: String,
    pub channel: String,
    pub message: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for Msg
[src]

Formats the value using the given formatter.