Function easy_plugin::extractor::stmt_to_expr []

pub fn stmt_to_expr(stmt: &Stmt) -> Result<P<Expr>, (Span, String)>

Returns the StmtKind::Expr value in the supplied Stmt.