Function easy_plugin::extractor::pat_to_ref []

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

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