Function easy_plugin::extractor::pat_to_struct []

pub fn pat_to_struct(pat: &Pat)
                     -> Result<(Path, Vec<Spanned<FieldPat>>, bool), (Span, String)>

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