pub fn flush_to_vec<T>(encoder: &mut T) -> Vec<u8> ⓘwhere T: Encoder + ?Sized,
Flushes the output of an Encoder into a vector.
Encoder