Docs.rs
satex-layer-0.5.2
satex-layer 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wan2dev
Dependencies
bytes ^1.10
normal
futures ^0.3
normal
http ^1.0
normal
http-body ^1.0
normal
pin-project-lite ^0.2
normal
satex-core ^0.5.1
normal
satex-macro ^0.5.1
normal
satex-service ^0.5.1
normal
serde ^1.0
normal
tower ^0.5
normal
tower-http ^0.5
normal
tracing ^0.1
normal
serde_yaml ^0.9
dev
tokio ^1.44
dev
Versions
20.41%
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
Removable
satex_
layer
0.5.2
Removable
Required Methods
remove
Implementations on Foreign Types
Request<ReqBody>
Response<ResBody>
Implementors
In satex_
layer::
remove_
header
satex_layer
::
remove_header
Trait
Removable
Copy item path
Source
pub trait Removable { // Required method fn
remove
(&mut self, name: &
HeaderName
); }
Required Methods
§
Source
fn
remove
(&mut self, name: &
HeaderName
)
Implementations on Foreign Types
§
Source
§
impl<ReqBody>
Removable
for
Request
<ReqBody>
Source
§
fn
remove
(&mut self, name: &
HeaderName
)
Source
§
impl<ResBody>
Removable
for
Response
<ResBody>
Source
§
fn
remove
(&mut self, name: &
HeaderName
)
Implementors
§