Docs.rs
simple-queue-0.2.2
simple-queue 0.2.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
exlee
Dependencies
anyhow ^1.0.102
normal
chrono ^0.4.44
normal
dashmap ^6.1.0
normal
futures ^0.3.32
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sqlx ^0.8.6
normal
tokio ^1.51.1
normal
tracing ^0.1.44
normal
uuid ^1.23.0
normal
tracing-subscriber ^0.3.23
dev
Versions
67.74%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
JobExt
simple_
queue
0.2.2
JobExt
Required Methods
into_job
Implementors
In simple_
queue::
prelude
simple_queue
::
prelude
Trait
JobExt
Copy item path
Source
pub trait JobExt<T> { // Required method fn
into_job
(self, queue: &'static
str
) ->
Job
; }
Required Methods
§
Source
fn
into_job
(self, queue: &'static
str
) ->
Job
Implementors
§
Source
§
impl<T:
Serialize
+
DeserializeOwned
>
JobExt
<T> for T