pub trait ConverterExt: 'static {
    fn reset(&self);
}

Required methods

Implementors