Trait divans::alloc_util::ShouldClearCacheOnAlloc[][src]

pub trait ShouldClearCacheOnAlloc<T> {
    fn should_clear() -> Option<T>;
}

Required Methods

Implementors