pub trait ClonableAllocator: Allocator + Clone { }
Expand description

Trait for allocators that are clonable, blanket implementation for all types that implement Allocator and Clone

Implementors§