Trait implementation lrs::share::RefCell::Send

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

Syntax

impl<T> Send for RefCell<T>
    where T: Send,