Docs.rs
soroban-env-host-0.0.2
soroban-env-host 0.0.2
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.2
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.31
normal
tinyvec ^1.6.0
normal
soroban-wasmi ^0.11.0
normal
assert_matches ^1.5.0
dev
env_logger ^0.9.0
dev
log ^0.4.17
dev
optimization ^0.2.0
dev
perf-event ^0.4.7
dev
tabwriter ^1.2.1
dev
thousands ^0.2.0
dev
tracking-allocator ^0.4.0
dev
Versions
26.09%
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
☰
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
; 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