cfxcore
3.0.0
BoxFuture
Aliased Type
In cfxcore::
errors
cfxcore
::
errors
Type Alias
BoxFuture
Copy item path
Source
pub type BoxFuture<T> =
Pin
<
Box
<dyn
Future
<Output =
Result
<T>> +
Send
>>;
Aliased Type
ยง
struct BoxFuture<T> {}