pub trait BigByte { // Required method fn big_byte(&self, precision: usize) -> String; }
Makes a type representable as a byte count.
Represents self as a byte count.
self