Docs.rs
scalar-cms-0.1.2
scalar-cms 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
murl-digital
Dependencies
chrono ^0.4
normal
nanoid ^0.4
normal
rgb ^0.8
normal
optional
scalar-derive ^0.1.0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tracing ^0.1
normal
trait-variant ^0.1
normal
ts-rs ^9
normal
url ^2.5
normal
optional
Versions
3.51%
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
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
scalar_
cms
0.1.2
Validate
Required Methods
validate
Implementations on Foreign Types
Option<T>
Implementors
In scalar_
cms::
validations
scalar_cms
::
validations
Trait
Validate
Copy item path
Source
pub trait Validate { // Required method fn
validate
(&self) ->
Result
<
()
,
ValidationError
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
,
ValidationError
>
Implementations on Foreign Types
§
Source
§
impl<T:
Validate
>
Validate
for
Option
<T>
Source
§
fn
validate
(&self) ->
Result
<
()
,
ValidationError
>
Implementors
§
Source
§
impl
Validate
for
NonZeroI32
Source
§
impl<D:
Document
>
Validate
for
Item
<D>