Docs.rs
soroban-env-guest-0.0.10
soroban-env-guest 0.0.10
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
soroban-env-common ^0.0.10
normal
static_assertions ^1.1.0
normal
Versions
100%
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_guest
?
Trait
soroban_env_guest
::
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
,