BoxFileImporter

Type Alias BoxFileImporter 

Source
pub type BoxFileImporter = Box<dyn FileImporter>;
Expand description

A type alias for Box.

Aliased Typeยง

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