pub trait PoolRef<T>:
Deref<Target = OnceEventPool<T>>
+ ReflectiveTSend
+ Debug
+ Sealedwhere
T: Send,{ }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.