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

type ListOfObjectProperty = Vec<ObjectProperty>;

Implementation of list type ListOfObjectProperty.

Trait Implementations

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

type Output = ListOfObjectProperty