pub(crate) fn is_miniextendr_choices_attr(attr: &Attribute) -> boolExpand description
Returns true if attr is a #[miniextendr(...)] attribute containing choices(...).
The choices(...) option may be combined with other per-parameter options (e.g.,
#[miniextendr(match_arg, choices("a", "b"))]).