Macros§
Structs§
- Native
Handler - ROOT 挂载的 native 处理函数。
- Query
- Root
- Search
Description Result
Enums§
Traits§
- Into
Native Handler add_native第二个参数的 trait 重载。
Functions§
- add
- add_
list - add_map
- add_
native - 挂载一个 native 处理函数到 ROOT 树。
- add_
value - block_
on_ async - call
- contains
- dir
- get
- get_key
- get_
list - get_
mount - insert
- keys
- mount_
dir - mount_
fjall - mount_
memory - mount_
redis - push
- remove
- remove_
idx - 按 idx 从列表移除元素(符合 sparse slot 设计:不 pack,索引稳定)。 用于 WS 连接等需要稳定 idx 的场景,断开时回收列表槽位避免无限增长。
- send
- send_
idx_ msg - send_
msg - start_
task - tx_rx
- update
- 原子并发更新一个节点的值。返回更新后的值。 节点必须已存在,否则返回 Err。 原子并发更新一个 Object 节点的值。返回更新后的值。
- update_
key - 原子并发更新一个 map 节点内某个 key 的值。返回更新后的值。