Struct copy_arena::Allocator [] [src]

pub struct Allocator<'a> { /* fields omitted */ }

Allows allocation out of arena.

Methods

impl<'a> Allocator<'a>
[src]

Allocate a copy of an object

Allocate a default-valued object

Allocate a copy of a slice

Allocate and populate a slice, creating each element as a function of its index.

Allocate a slice populated by default-valued elements.

Trait Implementations

impl<'a> Debug for Allocator<'a>
[src]

Formats the value using the given formatter.