Re-exports§
pub use async_trait;pub use derive_builder;pub use serde;pub use serde_json;pub use serde_yaml;pub use thiserror;pub use tracing;pub use tracing_subscriber;pub use uuid;
Modules§
- This module provides a trait for interacting with task storage. The storage allows tasks to be pushed to and popped from a queue, and also allows tasks to be set and retrieved by their UUID.