Function easy_plugin::extractor::pat_to_range []

pub fn pat_to_range(pat: &Pat) -> Result<(P<Expr>, P<Expr>), (Span, String)>

Returns the PatKind::Range values in the supplied Pat.