Module reactive_graph::graph
source · Structs§
- A type-erased subscriber.
Enums§
Traits§
- Describes the behavior of any source of reactivity (like a signal, trigger, or memo.)
- Any type that can track reactive values (like an effect or a memo).
- Converts a
Subscriberto a type-erasedAnySubscriber.