pub trait UserData: Any + GcTrace + MetaObject { // Provided method fn type_tag(&self) -> Type { ... } }
Trait for custom data