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

type ListOfDirective = Vec<Directive>;

Implementation of list type ListOfDirective.

Trait Implementations

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

type Output = ListOfDirective