pub trait ItemBatchSize<T> { // Required method fn size(&self, item: &T) -> usize; }
The size of an individual item in a batch.