Trait parity_scale_codec::CompactLen [−][src]
pub trait CompactLen<T> {
fn compact_len(val: &T) -> usize;
}Expand description
Something that can return the compact encoded length for a given value.
Required methods
fn compact_len(val: &T) -> usize
fn compact_len(val: &T) -> usizeReturns the compact encoded length for the given value.