Docs.rs
soroban-env-guest-20.0.2
soroban-env-guest 20.0.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
soroban-env-common =20.0.2
normal
static_assertions ^1.1.0
normal
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
soroban_env_guest
20.0.2
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_env_guest::xdr
?
Trait
soroban_env_guest
::
xdr
::
Validate
[
−
]
pub trait Validate { type
Error
; // Required method 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