Module cassandra_protocol::frame::traits [−][src]
Traits
FromBytes
should be used to parse an array of bytes into a structure.
FromCursor
should be used to get parsed structure from an io:Cursor
which bound to an array of bytes.
The trait that allows transformation of Self
to CDRS query values.
Trait that should be implemented by all types that wish to be serialized to a buffer.