Trait gio::prelude::ConverterOutputStreamExt[][src]

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

Required methods

Gets the Converter that is used by self.

Returns

the converter of the converter output stream

Implementors