Function unsigned_varint::io::read_u128 [−][src]
pub fn read_u128<R: Read>(reader: R) -> Result<u128, ReadError>
Try to read and decode a
u128
from the given Read
type.
pub fn read_u128<R: Read>(reader: R) -> Result<u128, ReadError>
Try to read and decode a
u128
from the given Read
type.