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

type ListOfStatement = Vec<Statement>;

Implementation of list type ListOfStatement.

Trait Implementations

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

type Output = ListOfStatement