Trait miniz_oxide::inflate::stream::ResetPolicy
source · pub trait ResetPolicy {
// Required method
fn reset(&self, state: &mut InflateState);
}
Expand description
Tag that determines reset policy of InflateState
Required Methods§
sourcefn reset(&self, state: &mut InflateState)
fn reset(&self, state: &mut InflateState)
Performs reset