matrix_sdk
0.7.1
BoxFuture
Aliased type
In crate matrix_sdk
Type Alias
matrix_sdk
::
BoxFuture
Copy item path
source
·
[
−
]
pub type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Available on
non-WebAssembly
only.
Aliased Type
§
struct BoxFuture<'a, T> {}