matrix_
sdk
0.9.0
BoxFuture
Aliased type
In crate matrix_
sdk
matrix_sdk
Type Alias
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> {}