pub trait TypeIdentifiable { // Required methods fn ty_id(&self) -> &TypeId; fn ty_name(&self) -> &str; }