Expand description
Trait for converting types to their byte representation for display or RPC use.
Traitsยง
- Bytes
InDisplay Order - This trait provides methods to access and construct types from their internal serialized byte order (typically little-endian) as well as their big-endian byte order used for display and RPC.