Skip to main content

ConverterInputStreamExt

Trait ConverterInputStreamExt 

Source
pub trait ConverterInputStreamExt: IsA<ConverterInputStream> + '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".

Implementors§