Docs.rs
tokio-interceptor-0.1.0
tokio-interceptor 0.1.0
Permalink
Docs.rs crate page
LGPL-3.0
Links
Repository
crates.io
Source
Owners
RadicalZephyr
Dependencies
anymap ^0.12
normal
futures ^0.1
normal
log ^0.4
normal
tokio-core ^0.1
normal
Versions
2.7%
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
tokio_
interceptor
0.1.0
Effect
Required Methods
action
Implementors
In crate tokio_
interceptor
tokio_interceptor
Trait
Effect
Copy item path
Source
pub trait Effect { // Required method fn
action
(self:
Box
<Self>); }
Required Methods
§
Source
fn
action
(self:
Box
<Self>)
Implementors
§
Source
§
impl<E, Err>
Effect
for
Dispatch
<E, Err>
where E: 'static +
Event
<Err>, Err: 'static,