[][src]Trait miniz_oxide_c_api::lib_oxide::StateType

pub trait StateType {
    fn drop_state(&mut self);
}

Trait used for states that can be carried by BoxedState.

Required Methods

Implementors

impl StateType for inflate_state
[src]

impl StateType for tdefl_compressor
[src]