matrix_
sdk_
common
0.9.0
BoxFuture
Aliased type
In crate matrix_
sdk_
common
matrix_sdk_common
Type Alias
BoxFuture
Copy item path
Source
pub type BoxFuture<'a, T> =
Pin
<
Box
<dyn
Future
<Output = T> +
Send
+ 'a>>;
Aliased Type
ยง
struct BoxFuture<'a, T> {}