Docs.rs
alloy-transport-0.6.1
alloy-transport 0.6.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DaniPopes
github:alloy-rs:core
Dependencies
alloy-json-rpc ^0.6
normal
base64 ^0.22
normal
futures-util ^0.3
normal
futures-utils-wasm ^0.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tower ^0.5
normal
tracing ^0.1
normal
url ^2.5
normal
tokio ^1
normal
wasm-bindgen-futures ^0.4
normal
optional
wasmtimer ^0.4.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
transport
0.6.1
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> {}