The structures `CibouletteIdSelector` and `CibouletteId` are very similar and could benefit a common trait. TODOs: - [ ] Have a common trait with at least : `len`, `is_empty`, `get` - [ ] Implement `IntoIterator` on both types
The structures
CibouletteIdSelectorandCibouletteIdare very similar and could benefit a common trait.TODOs:
len,is_empty,getIntoIteratoron both types