Trait implementation lrs::share::Cell::Sync

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

Syntax

impl<T> !Sync for Cell<T>