Docs.rs
simploxide-client-0.10.2
simploxide-client 0.10.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR AGPL-3.0
Links
Repository
crates.io
Source
Owners
a1akris
Dependencies
base64 ^0.22
normal
dashmap ^6.1.0
normal
optional
futures ^0.3
normal
image ^0.25
normal
optional
log ^0.4
normal
poly1305 ^0.9.0
normal
optional
rand ^0.10
normal
optional
salsa20 ^0.11.0
normal
optional
serde ^1
normal
serde_json ^1
normal
simploxide-api-types ^0.8.0
normal
simploxide-core ^0.4.0
normal
simploxide-ffi-core ^0.1.1
normal
optional
simploxide-ws-core ^0.1.1
normal
optional
subtle ^2
normal
optional
tokio ^1
normal
tokio-util ^0.7
normal
optional
zeroize ^1
normal
optional
async-trait ^0.1.89
dev
tokio ^1
dev
Versions
34.48%
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
Skip to main content
Bot
simploxide_
client
0.10.2
Bot
Aliased Type
Methods
shutdown
In simploxide_
client::
ffi
simploxide_client
::
ffi
Type Alias
Bot
Copy item path
Source
pub type Bot =
Bot
<
XftpClient
<
Client
>>;
Available on
crate features
ffi
and
xftp
only.
Aliased Type
§
pub struct Bot {
/* private fields */
}
Implementations
§
Source
§
impl
Bot
Source
pub fn
shutdown
(self) -> impl
Future
<Output =
()
>