pub(crate) fn is_miniextendr_coerce_attr(attr: &Attribute) -> boolExpand description
Returns true if attr is a #[miniextendr(...)] attribute containing coerce.
The coerce flag may be combined with other per-parameter options (e.g.,
#[miniextendr(coerce, default = "0")]).