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