[][src]Type Definition pretty::Arena

type Arena<'a, A = ()> = Arena<Doc<'a, RefDoc<'a, A>, A>>;

An arena which can be used to allocate Doc values.

Trait Implementations

impl<'a, A> DocAllocator<'a, A> for Arena<'a, A>[src]

type Doc = RefDoc<'a, A>