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