Trait implementation lrs::sync::Mutex::Send

Objects whose ownership can be moved from one thread to another.

Syntax

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