Docs.rs
stellar-base-0.7.0
stellar-base 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fracek
bjorn
Dependencies
base32 ^0.5.1
normal
base64 ^0.22.1
normal
bitflags ^2.4
normal
byteorder ^1.4.3
normal
chrono ^0.4.19
normal
crc16 ^0.4.0
normal
ed25519 ^2.2.3
normal
ed25519-dalek ^2.1.1
normal
optional
json ^0.12.4
normal
num-bigint ^0.4.3
normal
num-rational ^0.4.0
normal
num-traits ^0.2.14
normal
rand ^0.8
normal
optional
rust_decimal ^1.23.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.1
normal
stellar-xdr ^24
normal
thiserror ^2.0.12
normal
ring-compat ^0.8.0
dev
Versions
52.68%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
stellar_
base
0.7.0
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In stellar_
base::
xdr
stellar_base
::
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