Trait implementation lrs::rc::ArcBuf::Send

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

Syntax

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