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