Trait implementation lrs::sync::MutexGuard::Send

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

Syntax

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