pub trait ConverterOutputStreamExt: 'static { // Required method fn get_converter(&self) -> Option<Converter>; }