Type Alias BufferPriority

pub(in ::io::copy::generic) type BufferPriority = usize;

This is used by generic_copy to decide whether to use BufferedReaderSpec::copy_to or BufferedWriterSpec::copy_from.