Docs.rs
soroban-sdk-22.0.8
soroban-sdk 22.0.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
bytes-lit ^0.0.5
normal
soroban-sdk-macros ^22.0.8
normal
arbitrary ~1.3.0
dev
ctor ^0.2.9
dev
derive_arbitrary ~1.3.0
dev
ed25519-dalek ^2.0.0
dev
expect-test ^1.4.1
dev
hex ^0.4.3
dev
libfuzzer-sys ^0.4.7
dev
proptest ^1.2.0
dev
proptest-arbitrary-interop ^0.1.0
dev
rand ^0.8.5
dev
soroban-env-host =22.1.3
dev
soroban-sdk-macros ^22.0.8
dev
soroban-spec ^22.0.8
dev
stellar-xdr =22.1.0
dev
rustc_version ^0.4.1
build
arbitrary ~1.3.0
normal
optional
ctor ^0.2.9
normal
optional
curve25519-dalek ^4.1.3
normal
optional
derive_arbitrary ~1.3.0
normal
optional
ed25519-dalek ^2.1.1
normal
optional
rand ^0.8.5
normal
serde ^1.0.0
normal
serde_json ^1.0.0
normal
soroban-env-host =22.1.3
normal
soroban-ledger-snapshot ^22.0.8
normal
stellar-strkey =0.0.9
normal
soroban-env-guest =22.1.3
normal
Versions
59.87%
of the crate is documented
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
soroban_
sdk
22.0.8
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_
sdk::
xdr
soroban_sdk
::
xdr
Trait
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