pub fn expr_trailing_brace(expr: &Expr) -> Option<TrailingBrace<'_>>
Expand description
If an expression ends with }
, returns the innermost expression ending in the }
pub fn expr_trailing_brace(expr: &Expr) -> Option<TrailingBrace<'_>>
If an expression ends with }
, returns the innermost expression ending in the }