Docs.rs
substreams-ethereum-core-0.10.0
substreams-ethereum-core 0.10.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sduchesneau
maoueh
jubeless
Eduard-Voiculescu
billettc
ArnaudBger
enoldev
Dependencies
bigdecimal ^0.3
normal
ethabi ^17.0
normal
num-bigint ^0.4
normal
prost ^0.13
normal
prost-types ^0.13
normal
substreams ^0.6
normal
anyhow ^1
dev
prost-build ^0.11.0
build
getrandom ^0.2.10
normal
Versions
9.52%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
substreams_
ethereum_
core
0.10.0
RPCDecodable
Required Methods
output
Object Safety
Implementors
In substreams_
ethereum_
core::
rpc
substreams_ethereum_core
::
rpc
Trait
RPCDecodable
Copy item path
source
pub trait RPCDecodable<R> { // Required method fn
output
(data: &[
u8
]) ->
Result
<R,
String
>; }
Required Methods
§
source
fn
output
(data: &[
u8
]) ->
Result
<R,
String
>
Object Safety
§
This trait is
not
object safe
.
Implementors
§