matrix_sdk_common
0.7.0
BoxFuture
Aliased type
In crate matrix_sdk_common
Type Alias
matrix_sdk_common
::
BoxFuture
Copy item path
source
·
[
−
]
pub type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Aliased Type
§
struct BoxFuture<'a, T> {}