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

Required Methods§

source

fn converter(&self) -> Converter

Gets the Converter that is used by self.

Returns

the converter of the converter input stream

Implementors§