Trait implementation lrs::share::RefCellBorrowMut::Sync

Objects that allow immutable access from threads other than their owning thread.

Syntax

impl<'a, T> Sync for RefCellBorrowMut<'a, T>
    where T: Sync,