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

Required methods

Implementors