Docs.rs
validatornator-0.4.0
validatornator 0.4.0
Permalink
Docs.rs crate page
CC0-1.0
Links
crates.io
Source
Owners
jamescauwelier
Dependencies
rust_decimal ^1.35.0
normal
rust_decimal_macros ^1.34.2
normal
thiserror ^1.0.58
normal
Versions
0%
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
validatornator
0.4.0
Validation
Starter
Required Methods
must
Implementors
In validatornator::
prelude
validatornator
::
prelude
Trait
ValidationStarter
Copy item path
Source
pub trait ValidationStarter<T> { // Required method fn
must
(self) ->
ValidationResult
<T>; }
Required Methods
§
Source
fn
must
(self) ->
ValidationResult
<T>
Implementors
§
Source
§
impl<T>
ValidationStarter
<T> for T