☰
Type Definition BoxFuture
Other items in
tower_http_digest
All crates
?
Type Definition
tower_http_digest
::
BoxFuture
[
−
]
[src]
pub type BoxFuture<'a, O> =
Pin
<
Box
<dyn
Future
<Output = O> +
Send
+ 'a>>;
Expand description
Boxed future