[−][src]Trait parity_scale_codec::DecodeLength
Trait that allows the length of a collection to be read, without having to read and decode the entire elements.
Trait that allows the length of a collection to be read, without having to read and decode the entire elements.
impl<T> DecodeLength for Vec<T>
[src]impl<T> DecodeLength for BTreeSet<T>
[src]impl<K, V> DecodeLength for BTreeMap<K, V>
[src]impl<T> DecodeLength for VecDeque<T>
[src]impl<T> DecodeLength for BinaryHeap<T>
[src]impl<T> DecodeLength for LinkedList<T>
[src]