BoxImporter

Type Alias BoxImporter 

Source
pub type BoxImporter = Box<dyn Importer>;
Expand description

A type alias for Box.

Aliased Typeยง

pub struct BoxImporter(/* private fields */);