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]>, _version: Version) -> CDRSResult<Self>
fn from_cursor(cursor: &mut Cursor<&[u8]>, _version: Version) -> CDRSResult<Self>
Tries to parse Self from a cursor of bytes.