Trait gio::prelude::ConverterExt

source ·
pub trait ConverterExt: 'static {
    // Required method
    fn reset(&self);
}
Expand description

Required Methods§

source

fn reset(&self)

Resets all internal state in the converter, making it behave as if it was just created. If the converter has any internal state that would produce output then that output is lost.

Implementors§