pub trait AnyExtractCoreItem: Any + Extract<Target = CoreItem> + DynClone { }
The item that can be extracted to CoreItems
CoreItem