pub(crate) trait DerivedFrom<T>: Castablewhere
T: Castable,{ }
Expand description
A trait to mark an IDL interface as deriving from another one.
Object Safety§
This trait is not object safe.
pub(crate) trait DerivedFrom<T>: Castablewhere
T: Castable,{ }
A trait to mark an IDL interface as deriving from another one.