AllocatorAccessor

Trait AllocatorAccessor 

Source
pub trait AllocatorAccessor<'a> {
    // Required method
    fn allocator(self) -> &'a Allocator;
}
Expand description

Accessor for getting the underlying allocator.

Required Methods§

Source

fn allocator(self) -> &'a Allocator

Get the underlying allocator.

Implementors§