1//! Trait aliases for Services that produce specific types of Responses.
23mod make_connection;
4mod make_service;
56pub use self::make_connection::MakeConnection;
7pub use self::make_service::shared::Shared;
8pub use self::make_service::{AsService, IntoService, MakeService};