Searched defs:MutexGuardWriter (Results 1 – 1 of 1) sorted by relevance
652 pub struct MutexGuardWriter<'a, W>(MutexGuard<'a, W>); struct800 impl<'a, W> io::Write for MutexGuardWriter<'a, W> implementation