Docs.rs
botkit-core-0.1.0
botkit-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
lexoliu
Dependencies
async-channel ^2
normal
async-fs ^2
normal
executor-core ^0.7
normal
serde ^1.0.228
normal
serde_json ^1.0.148
normal
thiserror ^2.0.17
normal
async-io ^2
normal
gloo-timers ^0.3
normal
Versions
75.9%
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
ChatActionSenderBounds
botkit_
core
0.1.0
Chat
Action
Sender
Bounds
Implementors
In botkit_
core::
action
botkit_core
::
action
Trait
Chat
Action
Sender
Bounds
Copy item path
Source
pub trait ChatActionSenderBounds:
Send
+
Sync
{ }
Implementors
§
Source
§
impl<T:
Send
+
Sync
+ ?
Sized
>
ChatActionSenderBounds
for T
Available on
non-WebAssembly
only.