Type Definition cdrs::types::CInt[][src]

type CInt = i32;

Cassandra int type.

Trait Implementations

impl FromCursor for CInt
[src]

It should return an implementor from an io::Cursor over an array of bytes.