Function futures_util::io::split::split

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