Re-exports§
pub use memory::MemoryAttempt;pub use memory::MemoryBackend;pub use mock::CallRecord;pub use mock::MockBackend;pub use stream::StreamBackend;
Modules§
Traits§
- Storage
Backend - Async, backend-agnostic storage interface for job queue operations.
Type Aliases§
- Notification
Stream - Type alias for asynchronous notification event streams produced by
StorageBackend::subscribe.