Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 225 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 225 Bytes

Defines a polymorphic allocator type. This crate provides the type Polymorphic<'alloc>, which can wrap an allocator of any Sized type. This type is akin to dyn Allocator + 'alloc, but without requiring external storage.