Trait implementation lrs::rc::RcBuf::Send

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

Syntax

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