Docs.rs
slack-morphism-1.3.2
slack-morphism 1.3.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abdolence
Dependencies
async-recursion ^1.0
normal
async-trait ^0.1
normal
axum ^0.5
normal
base64 ^0.13
normal
bytes ^1.2
normal
chrono ^0.4
normal
futures ^0.3
normal
futures-locks ^0.7
normal
futures-util ^0.3
normal
hex ^0.4
normal
http ^0.2
normal
hyper ^0.14
normal
hyper-rustls ^0.23
normal
lazy_static ^1.4
normal
mime ^0.3
normal
rand ^0.8
normal
ring ^0.16
normal
rsb_derive ^0.5
normal
rvstruct ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_with ^1.14
normal
signal-hook ^0.3.14
normal
signal-hook-tokio ^0.3.1
normal
tokio ^1.21
normal
tokio-stream ^0.1.10
normal
tokio-tungstenite ^0.17.2
normal
tower ^0.4
normal
tracing ^0.1
normal
url ^2.3
normal
cargo-audit ^0.17
dev
cargo-husky ^1
dev
hyper ^0.14
dev
hyper-proxy ^0.9
dev
tracing-subscriber ^0.3
dev
Versions
0.37%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
UserCallbackResult
In slack_morphism
?
Type Definition
slack_morphism
::
UserCallbackResult
source
·
[
−
]
pub type UserCallbackResult<T> =
Result
<T,
Box
<dyn
Error
+
Send
+
Sync
>>;