Function easy_plugin::extractor::expr_to_box []

pub fn expr_to_box(expr: &Expr) -> Result<P<Expr>, (Span, String)>

Returns the ExprKind::Box value in the supplied Expr.