DsMsg

Trait DsMsg 

Source
pub trait DsMsg: Display {
    // Required method
    fn random(rng: &mut ThreadRng) -> Self
       where Self: Sized;
}
Expand description

Indicates that a Struct can be used to generate and represent a Message.

Required Methods§

Source

fn random(rng: &mut ThreadRng) -> Self
where Self: Sized,

Implementors§