Docs.rs
soroban-env-common-21.0.1
soroban-env-common 21.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
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 =21.0.1
normal
static_assertions =1.1.0
normal
stellar-xdr =21.0.1
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.15.2
normal
optional
Versions
1.31%
of the crate is documented
Go to latest version
Platform
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
soroban_env_common
21.0.1
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_env_common::xdr
?
Settings
Trait
soroban_env_common
::
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
§
type
Error
=
Error
source
§
impl
Validate
for
ScMap
§
type
Error
=
Error