Expand description

Abstraction of service layer in Tsukuyomi, based on tower-service.

Re-exports

pub use tower_service::Service;

Traits

A trait representing a factory of Services.
An alias of MakeService receiving the context value of Ctx as reference.
A trait representing the modification of Service to another one.
An alias of ModifyService receiving the context value of Ctx as reference.

Functions

Creates a MakeService from a function.
Creates a ModifyServiceRef from a function.
Creates a ModifyService from a function.
Creates a ModifyServiceRef from a function.
Creates a Service from a function.