clementine_
core
0.4.0
BoxFuture
Aliased type
In clementine_
core::
utils
clementine_core
::
utils
Type Alias
BoxFuture
Copy item path
Source
type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Aliased Type
ยง
struct BoxFuture<'a, T> {}