[][src]Type Definition binjs_es6::ast::ListOfExportFromSpecifier

type ListOfExportFromSpecifier = Vec<ExportFromSpecifier>;

Implementation of list type ListOfExportFromSpecifier.

Trait Implementations

impl<'a> Walker<'a> for ListOfExportFromSpecifier[src]

type Output = ListOfExportFromSpecifier