pub type BoxedPlugin = Box<dyn Plugin>;
A boxed plugin.
pub struct BoxedPlugin(/* private fields */);