1 2 3 4
pub trait Printable { fn to_string() -> &'static str; fn to_possible_strings() -> &'static [&'static str]; }