Implement JsonSchema on Either

This commit is contained in:
Graham Esau 2019-12-27 22:16:01 +00:00
parent fd42debc4d
commit fbd019baae
8 changed files with 58 additions and 4 deletions

View file

@ -10,6 +10,6 @@ struct IndexMapTypes {
}
#[test]
fn chrono_types() -> TestResult {
fn indexmap_types() -> TestResult {
test_default_generated_schema::<IndexMapTypes>("indexmap")
}