Function easy_plugin::extractor::expr_to_unary []

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

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