Docs.rs
soroban-env-host-0.0.5
soroban-env-host 0.0.5
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
backtrace ^0.3
normal
dyn-fmt ^0.3.0
normal
ed25519-dalek ^1.0.1
normal
hex ^0.4.3
normal
im-rc ^15.0.0
normal
log ^0.4.17
normal
num-bigint ^0.4
normal
num-integer ^0.1.45
normal
num-traits ^0.2.15
normal
parity-wasm ^0.42.0
normal
sha2 ^0.10.2
normal
soroban-env-common ^0.0.5
normal
soroban-native-sdk-macros ^0.0.5
normal
static_assertions ^1.1.0
normal
tinyvec ^1.6.0
normal
soroban-wasmi ^0.11.0
normal
env_logger ^0.9.0
dev
log ^0.4.17
dev
optimization ^0.2.0
dev
tabwriter ^1.2.1
dev
thousands ^0.2.0
dev
tracking-allocator ^0.4.0
dev
perf-event ^0.4.7
dev
Versions
16.78%
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
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
☰
FromVal
Required Methods
from_val
Implementors
In soroban_env_host
?
Trait
soroban_env_host
::
FromVal
source
·
[
−
]
pub trait FromVal<E, V>
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
,