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

type ListOfExportDeclarationOrImportDeclarationOrStatement = Vec<ExportDeclarationOrImportDeclarationOrStatement>;

Implementation of list type ListOfExportDeclarationOrImportDeclarationOrStatement.

Trait Implementations

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

type Output = ListOfExportDeclarationOrImportDeclarationOrStatement