Docs.rs
stellar-xdr-0.0.1
stellar-xdr 0.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
base64 ^0.13.0
normal
num-bigint ^0.4.3
normal
serde ^1.0.139
normal
Versions
0%
of the crate is documented
This release has been yanked, 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
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
Required Associated Types
Error
Required Methods
validate
Implementors
In stellar_xdr
?
Trait
stellar_xdr
::
Validate
source
·
[
−
]
pub trait Validate { type
Error
; 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