[][src]Function unsigned_varint::aio::read_usize

pub async fn read_usize<R: AsyncRead + Unpin>(
    __arg0: R
) -> Result<usize, ReadError>

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