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