☰
Type Definition BoxFuture
Other items in
actix_service
::
boxed
All crates
?
Type Definition
actix_service
::
boxed
::
BoxFuture
[
−
]
[src]
pub type BoxFuture<I, E> =
Pin
<
Box
<dyn
Future
<Output =
Result
<I, E>>>>;