Docs.rs
jrsonnet-evaluator-0.4.2
jrsonnet-evaluator 0.4.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
CertainLach
Dependencies
annotate-snippets ^0.9.0
normal
optional
anyhow ^1.0
normal
optional
base64 ^0.13.0
normal
bincode ^1.3.1
normal
optional
jrsonnet-gc ^0.4.2
normal
jrsonnet-interner ^0.4.2
normal
jrsonnet-parser ^0.4.2
normal
jrsonnet-stdlib ^0.4.2
normal
jrsonnet-types ^0.4.2
normal
md5 ^0.7.0
normal
pathdiff ^0.2.0
normal
rustc-hash ^1.1.0
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
thiserror ^1.0
normal
bincode ^1.3.1
build
jrsonnet-parser ^0.4.2
build
jrsonnet-stdlib ^0.4.2
build
serde ^1.0
build
Versions
16.88%
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
CheckType
jrsonnet_
evaluator
0.4.2
Check
Type
Required Methods
check
Implementations on Foreign Types
ComplexValType
ValType
Implementors
In jrsonnet_
evaluator::
typed
jrsonnet_evaluator
::
typed
Trait
Check
Type
Copy item path
Source
pub trait CheckType { // Required method fn
check
(&self, value: &
Val
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
check
(&self, value: &
Val
) ->
Result
<
()
>
Implementations on Foreign Types
§
Source
§
impl
CheckType
for
ComplexValType
Source
§
fn
check
(&self, value: &
Val
) ->
Result
<
()
>
Source
§
impl
CheckType
for
ValType
Source
§
fn
check
(&self, value: &
Val
) ->
Result
<
()
>
Implementors
§