Trait parity_scale_codec::CompactLen [−][src]
Something that can return the compact encoded length for a given value.
Required methods
fn compact_len(val: &T) -> usize
[src]
Returns the compact encoded length for the given value.