pub trait AllocatorAccessor<'a> { // Required method fn allocator(self) -> &'a Allocator; }
Accessor for getting the underlying allocator.
Get the underlying allocator.