pub unsafe trait IsClass: ObjectType { }
Expand description

Trait implemented by class types.

Implementors