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