Function easy_plugin::extractor::expr_to_block []

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

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