☰
BoxFuture
In parity_rpc_client
?
Type Definition
parity_rpc_client
::
BoxFuture
source
·
[
−
]
pub type BoxFuture<T, E> =
Box
<dyn
Future
<Item = T, Error = E> +
Send
>;
Expand description
Boxed future response.