pub type CLong = i64;
Expand description
Cassandra long type.
Trait Implementations§
Source§impl FromCursor for CLong
impl FromCursor for CLong
Source§fn 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.