Docs.rs
axactor-0.2.2
axactor 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Feralthedogg
Dependencies
async-trait ^0.1
normal
axactor-macros ^0.2.0
normal
axum ^0.7
normal
optional
bincode ^1.3
normal
dashmap ^6.1
normal
derive_more ^0.99
normal
futures ^0.3
normal
getrandom ^0.2
normal
hmac ^0.12
normal
oneshot ^0.1
normal
parking_lot ^0.12
normal
redis ^0.27
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
simd-json ^0.17
normal
socket2 ^0.5
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
criterion ^0.5
dev
tokio ^1.0
dev
trybuild ^1.0
dev
Versions
0.2%
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
SpawnGuard
axactor
0.2.2
Spawn
Guard
Implementors
In crate axactor
axactor
Trait
Spawn
Guard
Copy item path
Source
pub trait SpawnGuard:
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T:
Send
+
Sync
+ 'static>
SpawnGuard
for T