[−][src]Crate tsukuyomi_service
Abstraction of service layer in Tsukuyomi, based on tower-service
.
Re-exports
pub use tower_service::Service; |
Traits
MakeService | A trait representing a factory of |
MakeServiceRef | An alias of |
ModifyService | A trait representing the modification of |
ModifyServiceRef | An alias of |
Functions
make_service | Creates a |
make_service_ref | Creates a |
modify_service | Creates a |
modify_service_ref | Creates a |
service_fn | Creates a |