Skip to main content

FullAlloc

Trait FullAlloc 

Source
pub trait FullAlloc:
    Realloc
    + Grow
    + Shrink
    + Alloc
    + Dealloc { }
Expand description

A memory allocation interface which can allocate, deallocate, and arbitrarily resize allocations.

This exists solely because it reads more nicely than A: Realloc; the two are the same.

Implementors§