pub trait Managed: 'static + LoadFromPath + DataManager<Self> { }

Implementors§