pub trait ConverterOutputStreamExt: 'static { fn converter(&self) -> Converter; }
Trait containing all ConverterOutputStream methods.
ConverterOutputStream
Gets the Converter that is used by self.
Converter
self
the converter of the converter output stream