Type Definition resast::pat::ObjPat

source · []
pub type ObjPat<'a> = Vec<ObjPatPart<'a>>;
Expand description

similar to an ObjectExpr

Trait Implementations

Converts to this type from the input type.