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