pub trait IsObjectType: Type { }
Expand description

Represents a object type.

Object Safety§

This trait is not object safe.

Implementors§