pub trait AnyExtractCoreItem:
Any
+ Extract<Target = CoreItem>
+ DynClone { }Expand description
The item that can be extracted to CoreItems
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".