Trait SpecCopyInner

pub(in ::io::copy) trait SpecCopyInner

Required Methods

fn copy<W: Write + ?Sized>(&mut self, writer: &mut W) -> Result<CopyState>

The implementation of io::copy that can rely on platform specific specialization provided by libstd.

Implementors