Docs.rs
sfo-cmd-server-0.2.0
sfo-cmd-server 0.2.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
wugren
Dependencies
as-any ^0.3.1
normal
async-named-locker ^0.1.3
normal
async-trait ^0.1.86
normal
base-x ^0.2.11
normal
base58 ^0.2.0
normal
bucky-raw-codec ^0.1
normal
callback-result ^0.2.3
normal
callback-trait ^0.1.3
normal
futures-lite ^2.6.0
normal
hex ^0.4.3
normal
log ^0.4.25
normal
num ^0.4.3
normal
pin-project-lite ^0.2.16
normal
rand ^0.9.1
normal
sfo-pool ^0.2.6
normal
sfo-result ^0.2.6
normal
sfo-split ^0.1.2
normal
sha2 ^0.10.8
normal
tokio ^1
normal
rcgen ^0.13.0
dev
rustls ^0.23.20
dev
tokio-rustls ^0.26.1
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sfo_
cmd_
server
0.2.0
Send
Guard
Implementors
In sfo_
cmd_
server::
client
sfo_cmd_server
::
client
Trait
SendGuard
Copy item path
Source
pub trait SendGuard<M:
CmdTunnelMeta
, S:
CmdSend
<M>>:
Send
+ 'static +
Deref
<Target = S> { }
Implementors
§
Source
§
impl<C:
WorkerClassification
, M:
CmdTunnelMeta
, CW:
ClassifiedWorker
<C> +
CmdSend
<M>, F:
ClassifiedWorkerFactory
<C, CW>>
SendGuard
<M, CW> for
ClassifiedSendGuard
<C, M, CW, F>