pub trait ClonableAllocator: Allocator + Clone { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§