Docs.rs
zisvalidator-0.1.6
zisvalidator 0.1.6
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
zzhengzhuo
Dependencies
zisvalidator_derive ^0.1.6
normal
optional
Versions
8.33%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zisvalidator
0.1.6
Validate
Required Methods
validate
Implementors
In crate zisvalidator
zisvalidator
Trait
Validate
Copy item path
Source
pub trait Validate { // Required method fn
validate
(&self) ->
Result
<
()
,
ValidatorError
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
,
ValidatorError
>
Implementors
§