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