Function alloy_sol_macro_input::parse_derives
source ยท 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.