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

Required methods

Implementors