1 // Take a look at the license at the top of the repository in the LICENSE file.
2 
3 //! Traits and essential types intended for blanket imports.
4 
5 pub use crate::{
6     Cast, Continue, IsA, ObjectExt, ObjectType, ParamSpecType, StaticType, StaticVariantType,
7     ToSendValue, ToValue, ToVariant,
8 };
9