Type Definition resast::pat::ObjPat[][src]

pub type ObjPat<'a> = Vec<ObjPatPart<'a>>;
Expand description

similar to an ObjectExpr

Trait Implementations

Performs the conversion.