1#[derive(Debug, darling::FromMeta)] 2pub(crate) struct MacroArgs { 3 /// Custom bitflags name 4 pub flag_name: Option<String>, 5}