Docs.rs
rustrails-model-0.1.2
rustrails-model 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
cognitive-glitch
Dependencies
argon2 ^0.5
normal
base64 ^0.22
normal
bcrypt ^0.19
normal
hmac ^0.12
normal
indexmap ^2
normal
once_cell ^1
normal
regex ^1
normal
rustrails-support ^0.1.1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
Versions
89.17%
of the crate is documented
Platform
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
Skip to main content
ModelValidationFn
rustrails_
model
0.1.2
In rustrails_
model::
validations
rustrails_model
::
validations
Type Alias
Model
Validation
Fn
Copy item path
Source
pub type ModelValidationFn = dyn
Fn
(&dyn
Fn
(&
str
) ->
Option
<
Value
>, &mut
Errors
) +
Send
+
Sync
;