Skip to main content

BasicAlloc

Trait BasicAlloc 

Source
pub trait BasicAlloc: Alloc + Dealloc { }
Expand description

A memory allocation interface which can allocate and deallocate.

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

Implementors§