Trait implementation lrs::sync::MutexGuard::Debug

Objects that can be formatted in a "debug" form.

Syntax

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