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