Trait asche::Lifetime[][src]

pub trait Lifetime: Debug + Copy + Hash + Eq + PartialEq<Self> { }
Expand description

The lifetime of an allocation. Used to pool allocations and reduce fragmentation.

Implementors