alloy_
transport
1.0.5
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> {}