Function futures_util::io::split::split

source ยท
pub(super) fn split<T: AsyncRead + AsyncWrite>(
    t: T,
) -> (ReadHalf<T>, WriteHalf<T>)