1
2
3
4
5
6
//! Traits and essential types intended for blanket imports.

pub use {
    Cast, Continue, IsA, IsClassFor, ObjectExt, ObjectType, StaticType, StaticVariantType,
    ToSendValue, ToValue, ToVariant,
};