Module traits

Source

Traitsยง

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 which bound to an array of bytes.
IntoQueryValues
The trait that allows transformation of Self to CDRS query values.
Serialize
Trait that should be implemented by all types that wish to be serialized to a buffer.
TryFromRow
TryFromUdt