Structs§
- IceSize
- The
IceSize
is a special wrapper around i32 and is encoded in one byte if smaller than 255. - Optional
Flag - Optional
Wrapper - Slice
Flags
Enums§
Traits§
- From
Bytes - The
FromBytes
trait needs to be implemented by all types that need to be decoded. - Optional
Type - ToBytes
- The
ToBytes
trait needs to be implemented by all types that need to be encoded.