Trait implementation lrs::sync::MutexGuard::Sync

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

Syntax

impl<'a, T> Sync for MutexGuard<'a, T>
    where T: Send,