Type Alias alloy_transport::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> {}