Function stack_buffer_copy
pub(in ::io::copy::generic) fn stack_buffer_copy<R: Read + ?Sized, W: Write + ?Sized>(reader: &mut R, writer: &mut W) -> Result<u64>
Copies from reader to writer using a stack-allocated buffer (a fixed sized array).