Trait lrs::marker::Sync

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

Syntax

unsafe trait Sync

Remarks

For example, RefCell is !Sync.