Structs§
- State
- A reactive state container that holds a value of type
Tand manages subscriptions to changes.
Enums§
- Read
State - Given a type
Tyou may pass an owned value, aState<T>or a function returning aReadRef<T> - Read
State Cow
Traits§
Functions§
- use_
state - Creates a reactive state value initialized with the returned value of the
initcallback.