gio::prelude

Trait ConverterInputStreamExt

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

Trait containing all ConverterInputStream methods.

§Implementors

ConverterInputStream

Provided Methods§

Source

fn converter(&self) -> Converter

Gets the #GConverter that is used by @self.

§Returns

the converter of the converter input 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§