Trait qmc::util::allocator::Reset[][src]

pub trait Reset {
    fn reset(&mut self);
}
Expand description

Reset an instance while preserving its util.

Required methods

Reset the instance, keep the util location.

Implementations on Foreign Types

Implementors