Type Alias CInt

Source
pub type CInt = i32;
Expand description

Cassandra int type.

Trait Implementations§

Source§

impl FromCursor for CInt

Source§

fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CInt>

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