Trait implementation lrs::rc::Arc::Send

Objects whose ownership can be moved from one thread to another.

Syntax

impl<T, H> Send for Arc<T, H>
    where T: Sync + Send + Leak,
          H: Send + Allocator,