Function easy_plugin::extractor::pat_to_tuple_struct []

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

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