Function tokio::io::util::chain::chain

source ยท
pub(super) fn chain<T, U>(first: T, second: U) -> Chain<T, U>
where T: AsyncRead, U: AsyncRead,