Skip to main content

Module traits

Module traits 

Source

Traits§

ConstTranscribable
If number of bytes for Transcribable is known at compile time, there’s no need to read and write them from a buffer.
GenTranscribable
Common trait for both Transcribable and ConstTranscribable to avoid code duplication in their implementations.
Transcribable
Trait for types that can be transcribed to and from a byte representation. Byte order is not specified, but it must be portable across platforms.
Transcript