Trait implementation lrs::share::RefCellBorrow::Sync

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

Syntax

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