Docs.rs
soroban-env-common-zephyr-21.2.2
soroban-env-common-zephyr 21.2.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
heytdep
Dependencies
arbitrary =1.3.2
normal
optional
ethnum =1.5.0
normal
num-derive =0.4.1
normal
num-traits =0.2.17
normal
serde =1.0.192
normal
optional
soroban-env-macros-zephyr =21.2.2
normal
static_assertions =1.1.0
normal
stellar-xdr =21.2.0
normal
soroban-wasmi =0.31.1-soroban.20.0.1
normal
optional
wasmparser =0.116.1
normal
optional
num-traits =0.2.17
dev
num_enum =0.7.1
dev
crate-git-revision =0.0.6
build
tracy-client =0.16.4
normal
optional
Versions
1.31%
of the crate is documented
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
soroban_
env_
common_
zephyr
21.2.2
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_
env_
common_
zephyr::
xdr
Trait
soroban_env_common_zephyr
::
xdr
::
Validate
Copy item path
source
·
[
−
]
pub trait Validate { type
Error
; // Required method fn
validate
(&self) ->
Result
<
()
, Self::
Error
>; }
Required Associated Types
§
source
type
Error
Required Methods
§
source
fn
validate
(&self) ->
Result
<
()
, Self::
Error
>
Implementors
§
source
§
impl
Validate
for
ScVal
source
§
type
Error
=
Error
source
§
impl
Validate
for
ScMap
source
§
type
Error
=
Error