pub trait ConverterOutputStreamExt: IsA<ConverterOutputStream> + Sealed + 'static {
    // Provided method
    fn converter(&self) -> Converter { ... }
}
Expand description

Provided Methods§

source

fn converter(&self) -> Converter

Gets the Converter that is used by self.

Returns

the converter of the converter output stream

Object Safety§

This trait is not object safe.

Implementors§