[][src]Trait gio::ConverterOutputStreamExt

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

Trait containing all ConverterOutputStream methods.

Implementors

ConverterOutputStream

Required methods

fn get_converter(&self) -> Option<Converter>

Gets the Converter that is used by self.

Returns

the converter of the converter output stream

Loading content...

Implementors

impl<O: IsA<ConverterOutputStream>> ConverterOutputStreamExt for O[src]

Loading content...