pub fn derives_mapped(attrs: &[Attribute]) -> impl Iterator<Item = Path> + '_
Returns an iterator over all the rust :: paths in the #[derive(...)] attributes.
::
#[derive(...)]