pub type DynPlugin = Arc<dyn Plugin>;
A type-erased plugin reference suitable for storing in collections.
pub struct DynPlugin { /* private fields */ }