Struct comrak::Arena [] [src]

pub struct Arena<T> { /* fields omitted */ }

Methods

impl<T> Arena<T>
[src]

[src]

[src]

Important traits for &'a mut W
[src]

Allocates a value in the arena, and returns a mutable reference to that value.

Important traits for &'a mut [u8]
[src]

Uses the contents of an iterator to allocate values in the arena. Returns a mutable slice that contains these values.

[src]

Allocates space for a given number of values, but doesn't initialize it.

[src]

Returns unused space.

Important traits for Vec<u8>
[src]

Trait Implementations

Auto Trait Implementations

impl<T> Send for Arena<T> where
    T: Send

impl<T> !Sync for Arena<T>