[][src]Trait ika::Recyclable

pub trait Recyclable: Default {
    fn reset(&mut self);
}

A trait to simplify initializing objects taken from the pool.

Required methods

fn reset(&mut self)

Reset the object.

Loading content...

Implementors

Loading content...