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