Type Alias cassandra_protocol::types::CLong

source ·
pub type CLong = i64;
Expand description

Cassandra long type.

Trait Implementations§

source§

impl FromCursor for CLong

source§

fn from_cursor( cursor: &mut Cursor<&[u8]>, _version: Version ) -> CDRSResult<Self>

Tries to parse Self from a cursor of bytes.