Type Definition resast::expr::ObjExpr[][src]

pub type ObjExpr<'a> = Vec<ObjProp<'a>>;
Expand description

{a: 'b', c, ...d}