pub trait Lang<T>: LangRef<T> { // Required methods fn make(t: u16) -> &'static T; fn to_u16(t: T) -> u16; }