pub trait TypeInfo { // Required methods fn rust_type(&self) -> &'static str; fn name(&self) -> &str; }