Trait implementation lrs::ptr::OwnedPtr::Sync

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

Syntax

impl<T> Sync for OwnedPtr<T>
    where T: Sync + ?Sized,