Docs.rs
soroban-rs-0.2.6
soroban-rs 0.2.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MCarlomagno
LuisUrrutia
tirumerla
Dependencies
async-trait ^0.1.88
normal
ed25519-dalek ^2.1.1
normal
hex ^0.4.3
normal
rand ^0.9.0
normal
sha2 ^0.10.8
normal
soroban-rs-macros ^0.2.3
normal
stellar-rpc-client ^23.0.1
normal
stellar-strkey ^0.0.13
normal
stellar-xdr ^23.0.0
normal
tokio ^1.43.0
normal
dotenv ^0.15.0
dev
tempfile ^3.10.1
dev
Versions
57.95%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
soroban_
rs
0.2.6
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_
rs::
xdr
soroban_rs
::
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