Struct web3::Erased [] [src]

pub struct Erased(_);

Transport with erased output type.

Trait Implementations

impl Transport for Erased
[src]

The type of future this transport returns when a call is made.

Prepare serializable RPC call for given method with parameters.

Execute prepared RPC call.

Execute remote method with given parameters.

Erase the type of the transport by boxing it and boxing all produced futures. Read more