pub trait LocalPoolRef<T>:
Deref<Target = LocalOnceEventPool<T>>
+ ReflectiveT
+ Debug
+ Sealed { }Expand description
Enables a sender or receiver to reference the pool that stores the event that connects them.
This is a sealed trait and exists for internal use only. You never need to use it.