[][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

fn drop_state(&mut self)

Loading content...

Implementors

impl StateType for inflate_state
[src]

impl StateType for tdefl_compressor
[src]

Loading content...