Trait miniz_oxide::inflate::stream::ResetPolicy [−][src]
pub trait ResetPolicy {
fn reset(&self, state: &mut InflateState);
}
Expand description
Tag that determines reset policy of InflateState
Required methods
fn reset(&self, state: &mut InflateState)
fn reset(&self, state: &mut InflateState)
Performs reset