pub trait GetSize { type Size; // Required method fn get_size(&self, metadata: &Metadata) -> Self::Size; }
Infers size from a Metadata.
Metadata