Function easy_plugin::extractor::expr_to_assign []

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

Returns the ExprKind::Assign values in the supplied Expr.