Struct arena::SyncTypedArena[][src]

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

Methods

impl<T> SyncTypedArena<T>
[src]

Auto Trait Implementations

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

impl<T> !Sync for SyncTypedArena<T>