Type Definition cassandra_protocol::types::CInt
source · [−]pub type CInt = i32;
Expand description
Cassandra int type.
Trait Implementations
sourceimpl FromCursor for CInt
impl FromCursor for CInt
sourcefn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CInt>
fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CInt>
It should return an implementor from an io::Cursor
over an array of bytes.