[−][src]Type Definition binjs_es6::ast::ListOfImportSpecifier  
type ListOfImportSpecifier = Vec<ImportSpecifier>;
Implementation of list type ListOfImportSpecifier.
type ListOfImportSpecifier = Vec<ImportSpecifier>;
Implementation of list type ListOfImportSpecifier.
impl<'a> Walker<'a> for ListOfImportSpecifier[src]