Trait implementation lrs::sync::Mutex::Sync

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

Syntax

impl<T> Sync for Mutex<T>
    where T: Send,