1//! Traits and essential types intended for blanket imports. 2 3pub use { 4 Cast, Continue, IsA, IsClassFor, ObjectExt, ObjectType, StaticType, StaticVariantType, 5 ToSendValue, ToValue, ToVariant, 6};