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

type ListOfVariableDeclarator = Vec<VariableDeclarator>;

Implementation of list type ListOfVariableDeclarator.

Trait Implementations

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

type Output = ListOfVariableDeclarator