tokio
1.41.1
In tokio::io::util::chain
Function
tokio
::
io
::
util
::
chain
::
chain
Copy item path
source
ยท
[
−
]
pub(super) fn chain<T, U>(first: T, second: U) ->
Chain
<T, U>
where T:
AsyncRead
, U:
AsyncRead
,