alloy_transport
0.9.2
Pbf
Aliased type
In crate alloy_transport
Type Alias
alloy_transport
::
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> {}