pub trait NumInGroupLookup<F> { // Required method fn field_is_num_in_group(&self, field: F) -> bool; }