Skip to main content

Module bit_cast

Module bit_cast 

Source
Expand description

All encoding and decoding is done via u64. So all types must implement this trait to be able to be encoded and decoded.

Traitsยง

BitCast
All encoding and decoding is done via u64. So all types must implement this trait to be able to be encoded and decoded.