Function easy_plugin::extractor::pat_to_tuple []

pub fn pat_to_tuple(pat: &Pat)
                    -> Result<(Vec<P<Pat>>, Option<usize>), (Span, String)>

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