pub type BoxImporter = Box<dyn Importer>;
A type alias for Box.
pub struct BoxImporter(/* private fields */);