Docs.rs
greentic-qa-lib-0.4.13
greentic-qa-lib 0.4.13
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
greentic-ai
Dependencies
component-qa ^0.4
normal
qa-spec ^0.4
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-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
Skip to main content
AnswerProvider
greentic_
qa_
lib
0.4.13
greentic_qa_lib
Type Alias
Answer
Provider
Copy item path
Source
pub type AnswerProvider = dyn
FnMut
(&
str
, &
Value
) ->
Result
<
Value
,
QaLibError
>;