Module traits

Source

Traitsยง

AsByte
AsBytes should be used to convert a value into a single byte.
FromBytes
FromBytes should be used to parse an array of bytes into a structure.
FromCursor
FromCursor should be used to get parsed structure from an io:Cursor wich bound to an array of bytes.
FromSingleByte
FromSingleByte should be used to convert a single byte into a value. It is opposite to AsByte.
IntoBytes
IntoBytes should be used to convert a structure into array of bytes.
IntoQueryValues
The trait that allows transformation of Self to CDRS query values.
TryFromRow
TryFromUDT