gio::prelude

Trait ConverterOutputStreamExt

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

Trait containing all ConverterOutputStream methods.

§Implementors

ConverterOutputStream

Provided Methods§

Source

fn converter(&self) -> Converter

Gets the #GConverter that is used by @self.

§Returns

the converter of the converter output stream

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§