Expand description
Defines the AsStoreAsync trait and its supporting types.
Structs§
- Store
Async - A store that can be used to invoke
Function::call_async. - Store
Async Read Lock - A read lock on an async store.
- Store
Async Write Lock - A write lock on an async store.
Traits§
- AsStore
Async - A trait for types that can be used with
Function::call_async.