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

type ListOfClassElement = Vec<ClassElement>;

Implementation of list type ListOfClassElement.

Trait Implementations

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

type Output = ListOfClassElement