Searched defs:StreamGuard (Results 1 – 1 of 1) sorted by relevance
47 struct StreamGuard<'a, T> { struct48 inner: MutexGuard<'a, T>,115 impl<'a, T> StreamGuard<'a, T> { implementation