Function encode_routine

Source
pub fn encode_routine<I, O>(
    input_handle: &mut I,
    output_handle: &mut O,
) -> Result<(), Error>
where I: BufRead, O: Write,