Module async_support

Source
Expand description

Async support for the role system (requires ‘async’ feature).

Structs§

AsyncMemoryStorage
Async memory storage implementation.
AsyncRoleSystem
Async wrapper around the role system for non-blocking operations.
AsyncRoleSystemBuilder
Async role system builder for easy configuration.
AsyncStorageAdapter
Helper trait for converting sync storage to async.

Traits§

AsyncStorage
Async trait for storage backends that support async operations.