struct Pages(pub u32); impl Pages { fn checked_add(self, rhs: Pages) -> Result; fn bytes(self) -> Bytes; }