Docs.rs
fast-web-0.1.2
fast-web 0.1.2
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
noxue
Dependencies
hyper ^0.14
normal
log ^0.4
normal
multipart ^0.18
normal
regex ^1
normal
serde ^1.0.129
normal
serde_derive ^1
normal
serde_json ^1
normal
tokio ^1
normal
url ^2
normal
urlencoding ^2
normal
env_logger ^0.9
dev
Versions
60.32%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Ctx
fast_
web
0.1.2
Ctx
Aliased Type
In fast_
web::
router
fast_web
::
router
Type Alias
Ctx
Copy item path
Source
pub type Ctx<'a> =
RefMut
<'a,
Context
>;
Expand description
自定义处理函数的参数类型
Aliased Type
§
pub struct Ctx<'a> {
/* private fields */
}