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