[][src]Function async_httplib::relay_exact

pub async fn relay_exact<'_, '_, I, O>(
    input: &'_ mut I,
    output: &'_ mut O,
    length: usize
) -> Result<usize, Error> where
    I: Read + Unpin,
    O: Write + Unpin