Docs.rs
upub-worker-0.3.1
upub-worker 0.3.1
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
alemidev
Dependencies
apb ^0.3.2
normal
chrono ^0.4
normal
mdhtml ^0.1.2
normal
regex ^1.11
normal
reqwest ^0.12
normal
sea-orm ^1.1
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.45
normal
tracing ^0.1
normal
upub ^0.6.0
normal
Versions
0%
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
StopToken
upub_
worker
0.3.1
Stop
Token
Required Methods
stop
Implementors
In crate upub_
worker
upub_worker
Trait
Stop
Token
Copy item path
Source
pub trait StopToken:
Sync
+
Send
+ 'static { // Required method fn
stop
(&self) ->
bool
; }
Required Methods
§
Source
fn
stop
(&self) ->
bool
Implementors
§