Docs.rs
fusen-gateway-0.0.1
fusen-gateway 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
kwsc98
Dependencies
async-recursion ^1
normal
async-trait ^0.1.74
normal
bytes ^1
normal
fusen-proc-macro ^0.0.1
normal
futures ^0.3
normal
futures-util ^0
normal
gateway-common ^0.0.1
normal
h2 ^0.4
normal
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
hyper ^1.3
normal
hyper-rustls ^0.27
normal
hyper-util ^0.1
normal
lazy_static ^1
normal
nacos-sdk ^0.4
normal
pin-project-lite ^0.2.13
normal
pretty_env_logger ^0.5
normal
rand ^0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
tokio-tungstenite ^0.23
normal
tracing ^0.1.13
normal
tracing-futures ^0.2.3
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
zookeeper-client ^0
normal
Versions
0%
of the crate is documented
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
fusen_gateway
0.0.1
HandlerLoad
Required Methods
load
Implementors
In fusen_gateway::handler::common
Trait
fusen_gateway
::
handler
::
common
::
HandlerLoad
Copy item path
source
·
[
−
]
pub trait HandlerLoad { // Required method fn
load
(self) ->
Handler
; }
Required Methods
§
source
fn
load
(self) ->
Handler
Implementors
§