Expand description
Mock Service
that can be used in tests.
Re-exports§
pub use spawn::Spawn;
Modules§
- Error types
- Future types
- Spawn mock services onto a mock task.
Structs§
- Handle to the
Mock
. - A mock service
- Send a response in reply to a received request.
Functions§
- Create a new
Mock
andHandle
pair. - Spawn a Service onto a mock task.
- Spawn a layer onto a mock service.
- Spawn a Service via the provided wrapper closure.