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