Defines the core `Service` trait for asynchronous request/response processing in Tokio.
# Cargo.toml
[dependencies]
tokio-service = "0.1.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Implement the Service trait for a simple echo service.
Use tower::Service from the tower crate instead.
No dependency data recorded yet.