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

Required Methods

Implementors