matrix_
sdk_
base
0.9.0
BoxFuture
Aliased type
In crate matrix_
sdk_
base
matrix_sdk_base
Type Alias
BoxFuture
Copy item path
pub type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Available on
non-WebAssembly
only.
Aliased Type
ยง
struct BoxFuture<'a, T> {}