fn field_is_ignored(field: &Field) -> Result<bool>Expand description
Check whether a struct field has the #[into_list(ignore)] attribute.
Returns Ok(true) if the field should be excluded from list conversion,
or Err if an unknown option is found inside #[into_list(...)].