Struct mles_utils::Msg [] [src]

pub struct Msg {
    pub keyuser: KeyUser,
    pub channel: String,
    pub message: Vec<u8>,
    pub hash: u64,
}

Fields

Trait Implementations

impl Debug for Msg
[src]

Formats the value using the given formatter.