pub unsafe trait StaticTypeSized { type Static: 'static; // Provided method fn type_id(&self) -> TypeId { ... } }