pub trait DsMsg: Display { // Required method fn random(rng: &mut ThreadRng) -> Self where Self: Sized; }
Indicates that a Struct can be used to generate and represent a Message.