Docs.rs
evm-coder-0.3.3
evm-coder 0.3.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
CertainLach
gregzaitsev
Dependencies
ethereum ^0.14.0
normal
evm-coder-procedural ^0.3.3
normal
impl-trait-for-tuples ^0.2.2
normal
primitive-types ^0.12.1
normal
sha3-const ^0.1.1
normal
derivative ^2.2
dev
hex ^0.4.3
dev
hex-literal ^0.3.4
dev
similar-asserts ^1.4
dev
trybuild ^1.0
dev
Versions
100%
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
☰
Bytes4
Trait Implementations
AbiRead
AbiType
CanBePlacedInVec
In evm_coder::types
?
Type Definition
evm_coder
::
types
::
Bytes4
source
·
[
−
]
pub type Bytes4 = [
u8
;
4
];
Trait Implementations
§
source
§
impl
AbiRead
for
Bytes4
source
§
fn
abi_read
(reader: &mut
AbiReader
<'_>) ->
Result
<
Bytes4
>
Read item from current position, advanding decoder
Read more
source
§
impl
AbiType
for
Bytes4
source
§
const
SIGNATURE
:
SignatureUnit
= _
Signature for Ethereum ABI.
source
§
fn
is_dynamic
() ->
bool
Is type dynamic sized.
source
§
fn
size
() ->
usize
Size for type aligned to
ABI_ALIGNMENT
.
source
§
fn
as_str
() -> &'static
str
Signature as str.
source
§
impl
CanBePlacedInVec
for
Bytes4