pub fn parse_derives(attr: &Attribute) -> Punctuated<Path, Comma>
Expand description
Parses the #[derive(...)]
attributes into a list of paths.
pub fn parse_derives(attr: &Attribute) -> Punctuated<Path, Comma>
Parses the #[derive(...)]
attributes into a list of paths.