Docs.rs
tower-test-0.4.0
tower-test 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tower-rs:publish
Dependencies
futures-util ^0.3
normal
pin-project ^1
normal
tokio ^1.0
normal
tokio-test ^0.4
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
tokio ^1.0
dev
Versions
100%
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
tower_
test
0.4.0
In tower_
test::
mock
tower_test
::
mock
Function
spawn
Copy item path
Source
pub fn spawn<T, U>() -> (
Spawn
<
Mock
<T, U>>,
Handle
<T, U>)
Expand description
Spawn a Service onto a mock task.