pub unsafe trait IsInterface: ObjectType { }
Expand description

Trait implemented by interface types.

Implementors