pub(crate) fn parse_impl_parts( imp: ItemImpl, ) -> Option<(MetricType, Ident, Vec<Arm>)>
Parses metrics information from an impl block.