Docs.rs
soroban-env-common-0.0.6
soroban-env-common 0.0.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
soroban-env-macros ^0.0.6
normal
static_assertions ^1.1.0
normal
stellar-xdr ^0.0.6
normal
soroban-wasmi ^0.16.0-soroban1
normal
Versions
40%
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_common
?
Trait
soroban_env_common
::
FromVal
source
·
[
−
]
pub trait FromVal<E:
Env
, V>:
Sized
{ fn
from_val
(env:
&
E, v: V) -> Self; }
Required Methods
source
fn
from_val
(env:
&
E, v: V) -> Self
Implementors
source
impl<E:
Env
>
FromVal
<E, &
RawVal
> for
RawVal
source
impl<E:
Env
>
FromVal
<E,
RawVal
> for
RawVal