alloy_
transport
0.9.2
Pbf
Aliased type
In crate alloy_
transport
alloy_transport
Type Alias
Pbf
Copy item path
Source
pub type Pbf<'a, T, E> =
BoxFuture
<'a,
Result
<T, E>>;
Expand description
Pin-boxed future.
Aliased Type
ยง
struct Pbf<'a, T, E> {}