alloy_transport

Type Alias Pbf

source
pub type Pbf<'a, T, E> = BoxFuture<'a, Result<T, E>>;
Expand description

Pin-boxed future.

Aliased Typeยง

struct Pbf<'a, T, E> {}