Use iterators for color attributes
Created by: stratact
Note: Because Option<Box<Iterator<Item = &'a str> + 'a>>
cannot derive both Debug
and PartialEq
some of the tests had to have been commented out, unfortunately.
Created by: stratact
Note: Because Option<Box<Iterator<Item = &'a str> + 'a>>
cannot derive both Debug
and PartialEq
some of the tests had to have been commented out, unfortunately.