pub trait Holder {
    fn release(&self, state: &mut dyn State);
}
Expand description

An object controlling binding lifetime.

Required Methods

Implementors