pub type CSSPixelRectIterator = Box<dyn Iterator<Item = Rect<Au, CSSPixel>>>;
pub struct CSSPixelRectIterator(/* private fields */);