pub trait NumBytesExt {
// Required methods
fn bytes(self) -> NumBytes;
fn kilobytes(self) -> NumBytes;
fn megabytes(self) -> NumBytes;
}pub trait NumBytesExt {
// Required methods
fn bytes(self) -> NumBytes;
fn kilobytes(self) -> NumBytes;
fn megabytes(self) -> NumBytes;
}