use enum_derived::Rand; #[derive(Rand)] pub enum Messages { Email(Vec), Letter(String), Bill, } fn main() {}