Searched defs:Wrapper (Results 1 – 3 of 3) sorted by relevance
22 pub(crate) struct Wrapper<S> { struct28 impl<S> Wrapper<S> { impl42 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
59 auto const Wrapper = std::static_pointer_cast<OsAccountSubscriber>( in RegistryAccountSubscriber() local
925 inline Wrapper(allocator& a) : allocator_(&a) {} in Wrapper() function