Docs.rs
soroban-env-host-0.0.12
soroban-env-host 0.0.12
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
backtrace ^0.3
normal
curve25519-dalek ^3.0.0
normal
dyn-fmt ^0.3.0
normal
ed25519-dalek ^1.0.1
normal
hex ^0.4.3
normal
log ^0.4.17
normal
num-derive ^0.3.3
normal
num-integer ^0.1.45
normal
num-traits ^0.2.15
normal
sha2 ^0.10.2
normal
soroban-env-common ^0.0.12
normal
soroban-native-sdk-macros ^0.0.12
normal
static_assertions ^1.1.0
normal
tinyvec ^1.6.0
normal
soroban-wasmi ^0.16.0-soroban2
normal
bytes-lit ^0.0.4
dev
env_logger ^0.9.0
dev
log ^0.4.17
dev
optimization ^0.2.0
dev
rand ^0.7.3
dev
tabwriter ^1.2.1
dev
textplots ^0.8.0
dev
thousands ^0.2.0
dev
tracking-allocator ^0.4.0
dev
wasmprinter ^0.2.41
dev
perf-event ^0.4.7
dev
Versions
19.08%
of the crate is documented
This release has been yanked, 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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
FromVal
Required Methods
from_val
Implementors
In soroban_env_host
?
Trait
soroban_env_host
::
FromVal
source
·
[
−
]
pub trait FromVal<E, V>:
Sized
where
E:
Env
,
{ fn
from_val
(env:
&
E, v: V) -> Self; }
Required Methods
§
source
fn
from_val
(env:
&
E, v: V) -> Self
Implementors
§
source
§
impl<E>
FromVal
<E, &
RawVal
> for
RawVal
where
E:
Env
,
source
§
impl<E>
FromVal
<E,
RawVal
> for
RawVal
where
E:
Env
,