Docs.rs
soroban-env-host-20.0.0-rc1
soroban-env-host 20.0.0-rc1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
backtrace ^0.3
normal
ed25519-dalek ^2.0.0
normal
getrandom ^0.2
normal
k256 ^0.13.1
normal
num-derive ^0.4.0
normal
num-integer ^0.1.45
normal
num-traits ^0.2.15
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
sha2 ^0.10.0
normal
sha3 ^0.10.8
normal
soroban-env-common ^20.0.0-rc1
normal
soroban-native-sdk-macros ^20.0.0-rc1
normal
static_assertions ^1.1.0
normal
stellar-strkey ^0.0.7
normal
soroban-wasmi ^0.31.0-soroban1
normal
bytes-lit ^0.0.5
dev
expect-test ^1.4.0
dev
hex ^0.4.3
dev
itertools ^0.10.3
dev
linregress ^0.5.1
dev
more-asserts ^0.3.1
dev
tabwriter ^1.2.1
dev
textplots ^0.8.0
dev
thousands ^0.2.0
dev
wasmprinter ^0.2.41
dev
tracy-client =0.15.2
normal
Versions
55.03%
of the crate is documented
Go to latest stable release
Platform
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
☰
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_env_host::xdr
?
Trait
soroban_env_host
::
xdr
::
Validate
[
−
]
pub trait Validate { type
Error
; // Required method fn
validate
(&self) ->
Result
<
()
, Self::
Error
>; }
Required Associated Types
§
type
Error
Required Methods
§
fn
validate
(&self) ->
Result
<
()
, Self::
Error
>
Implementors
§
§
impl
Validate
for
ScVal
§
type
Error
=
Error
§
impl
Validate
for
ScMap
§
type
Error
=
Error