Expand description
Simple zero-cost abstractions that classifies signals based on the values they produce
Structs§
- Client
EqFunc - A client-side function that produces a value that implements PartialEq
- Client
Func - A client-side function that produces a value that doesn’t implement PartialEq
- Data
- Data that doesn’t implement PartialEq
- EqData
- Data that implements PartialEq
- EqFunc
- A function that produces a value that implements PartialEq
- Func
- A function that produces a value that doesn’t implement PartialEq
- Hash
EqData - Data that implements PartialEq and Hash
- Server
EqFunc - A server-side function that produces a value that implements PartialEq
- Server
Func - A server-side function that produces a value that doesn’t implement PartialEq