pub unsafe trait ParentClassIs: IsClass {
type Parent: IsClass;
}
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl ParentClassIs for BindingGroup
Available on crate feature v2_72
only.
impl ParentClassIs for BindingGroup
Available on crate feature
v2_72
only.Source§impl ParentClassIs for BoxedAnyObject
impl ParentClassIs for BoxedAnyObject
Source§impl ParentClassIs for SignalGroup
Available on crate feature v2_74
only.
impl ParentClassIs for SignalGroup
Available on crate feature
v2_74
only.