Searched defs:Wrapper (Results 1 – 1 of 1) sorted by relevance
22 pub(crate) struct Wrapper<S> { struct28 impl<S> Wrapper<S> { argument42 impl<S> Read for Wrapper<S> implementation56 impl<S> Write for Wrapper<S> implementation78 unsafe impl<S: Send> Send for Wrapper<S> {} implementation79 unsafe impl<S: Sync> Sync for Wrapper<S> {} implementation