Function ruyi::io::copy [] [src]

pub fn copy<R, W>(r: R, w: W) -> Copy<R, W> where
    R: AsyncRead,
    W: AsyncWrite