Docs.rs
celery-rs-0.6.0
celery-rs 0.6.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
longzhi
Dependencies
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
celery-rs-codegen ^0.6.0
normal
optional
chrono ^0.4.42
normal
colored ^3.0.0
normal
deadpool-redis ^0.22.0
normal
futures ^0.3.31
normal
futures-lite ^2.6.1
normal
globset ^0.4.16
normal
hostname ^0.4.1
normal
lapin ^3.6.0
normal
log ^0.4.28
normal
once_cell ^1.21.3
normal
rand ^0.8
normal
redis ^0.32.5
normal
rmp-serde ^1.3.0
normal
optional
rmpv ^1.3.0
normal
optional
serde ^1.0.221
normal
serde-pickle ^1.2.0
normal
optional
serde_json ^1.0.143
normal
serde_yaml ^0.9.34
normal
optional
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
tokio-executor-trait ^3.1.0
normal
tokio-reactor-trait ^2.8.0
normal
tokio-stream ^0.1.17
normal
uuid ^1.18.1
normal
anyhow ^1.0.99
dev
env_logger ^0.11.8
dev
rmp-serde ^1.3.0
dev
rmpv ^1.3.0
dev
serde-pickle ^1.2.0
dev
serde_yaml ^0.9.34
dev
structopt ^0.3.26
dev
Versions
70.94%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
DeliveryError
celery
0.6.0
Delivery
Error
Implementations on Foreign Types
Error
Implementors
In celery::
broker
celery
::
broker
Trait
Delivery
Error
Copy item path
Source
pub trait DeliveryError:
Display
+
Send
+
Sync
{ }
Expand description
The error type of an unsuccessful delivery.
Implementations on Foreign Types
§
Source
§
impl
DeliveryError
for
Error
Implementors
§