pub async fn read_u128<R: AsyncRead + Unpin>(
    reader: R
) -> Result<u128, ReadError>
Expand description

Try to read and decode a u128 from the given AsyncRead type.