Sign in
android
/
platform
/
external
/
rust
/
crates
/
axum
/
refs/heads/android15-tests-release
/
.
/
src
/
routing
/
future.rs
blob: 5c05bd3bfdf630e035717f1ae2fa7c077f62bd75 [
file
] [
log
] [
blame
] [
edit
]
//! Future types.
pub
use
super
::{
into_make_service
::
IntoMakeServiceFuture
,
route
::{
InfallibleRouteFuture
,
RouteFuture
},
};