tokio
1.46.1
In tokio::
io::
util::
take
tokio
::
io
::
util
::
take
Function
take
Copy item path
Source
pub(super) fn take<R:
AsyncRead
>(inner: R, limit:
u64
) ->
Take
<R>