[][src]Module packs::ll::types::sized

Traits

SizedType
SizedTypePack
SizedTypeUnpack

Functions

decode_sized

Decodes any type which has implemented the internal SizedType trait. Counterpart to encode_sized.

encode_sized

Encodes any type which has implemented the internal SizedType trait. This provides a way to reuse code of different sized encodings, like String, List and Dictionary.