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
☰
String
Trait Implementations
AbiRead
AbiType
AbiWrite
CanBePlacedInVec
In evm_coder::types
?
Type Definition
evm_coder
::
types
::
String
source
·
[
−
]
pub type String =
String
;
Trait Implementations
§
source
§
impl
AbiRead
for
String
source
§
fn
abi_read
(reader: &mut
AbiReader
<'_>) ->
Result
<
String
>
Read item from current position, advanding decoder
Read more
source
§
impl
AbiType
for
String
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
AbiWrite
for
String
source
§
fn
abi_write
(&self, writer: &mut
AbiWriter
)
Write value to end of specified encoder
source
§
impl
CanBePlacedInVec
for
String