pub trait ResetPolicy {
    fn reset(&self, state: &mut InflateState);
}
Expand description

Tag that determines reset policy of InflateState

Required Methods

Performs reset

Implementors