Trait dynamic_arena::SendAbility [] [src]

pub trait SendAbility: Sized {
    fn create_arena<'a>() -> DynamicArena<'a, Self>;
}

Marker trait that indicates whether or a DynamicArena may be sent across threads

Required Methods

Implementors