Type Alias ImportPath

Source
pub type ImportPath<'a> = Vec<ImportName<'a>>;
Expand description

Imports with full path of import

Aliased Typeยง

pub struct ImportPath<'a> { /* private fields */ }