pub trait DataSize { // Required method fn data_size(&self) -> usize; }
Returns the size of self in bytes when written with Writable.
self
Writable