Module leptos_use::utils
source · Macros§
- Defines builder methods to define filter options without having to use nested methods
Structs§
- A codec for storing JSON messages that relies on
serde_json
to parse. - Pausable effect
- A codec for storing ProtoBuf messages that relies on
prost
to parse.
Enums§
- Specify a debounce or throttle filter with their respective options or no filter
Traits§
- A codec for encoding and decoding values to and from strings. These strings are intended to be stored in browser storage or sent over the network.