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

Object Safety§

This trait is not object safe.

Implementors§