pub type CIntShort = i16;Expand description
Cassandra int short type.
Trait Implementations§
Source§impl FromCursor for CIntShort
impl FromCursor for CIntShort
Source§fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CIntShort>
fn from_cursor(cursor: &mut Cursor<&[u8]>) -> CDRSResult<CIntShort>
It should return an implementor from an
io::Cursor over an array of bytes.