pub unsafe trait Dynamic<T>where
T: VcValueTrait + ?Sized,{ }Expand description
Implementations on Foreign Types§
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn ValueDebug>
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn ValueToString>
Available on debug-assertions enabled only.
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn ValueDefault>
Available on debug-assertions enabled only.
impl Dynamic<Box<dyn ValueDebug>> for Box<dyn EffectCollectible>
Available on debug-assertions enabled only.