Skip to main content

ConverterOutputStreamExt

Trait ConverterOutputStreamExt 

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

Implementors§