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

Required Methods§

Implementors§