1 //! Future types.
2 
3 pub use super::{
4     into_make_service::IntoMakeServiceFuture,
5     route::{InfallibleRouteFuture, RouteFuture},
6 };
7