pub trait ByteSize { fn byte_size(&self) -> usize; }
Returns the number of bytes that self will be written as.
self