Docs.rs
in_space_core-0.0.5
in_space_core 0.0.5
Permalink
Docs.rs crate page
Apache-2.0 OR MIT
Links
crates.io
Source
Owners
nkconnor
Dependencies
warp ^0.2
normal
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
in_
space_
core
0.0.5
Middleware
Required Associated Types
Output
Implementors
In crate in_
space_
core
in_space_core
Trait
Middleware
Copy item path
Source
pub trait Middleware { type
Output
; }
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl<T, Fil:
Filter
<Extract =
(T,)
>, F:
Fn
() -> Fil>
Middleware
for F
Source
§
type
Output
= T