Docs.rs
nenjo-knowledge-0.15.0
nenjo-knowledge 0.15.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
0xkr8os
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.89
normal
nenjo-tool-api ^0.15.0
normal
nenjo-xml ^0.15.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
Versions
25.81%
of the crate is documented
Go to latest version
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
parse_knowledge_enum
nenjo_
knowledge
0.15.0
In nenjo_
knowledge::
tools
nenjo_knowledge
::
tools
Function
parse_
knowledge_
enum
Copy item path
Source
pub fn parse_knowledge_enum<T>(value:
Option
<
String
>) ->
Result
<
Option
<T>>
where T:
DeserializeOwned
,