[][src]Function cryptonote_varint::read

pub fn read<T: VarInt, R: Read>(reader: R) -> T where
    T: From<u8> + BitAnd + BitOrAssign + Shl + VarInt