1 2 3 4 5 6 7 8 9
schema_oxidation::generate_from_file!(schema: "tests/test-03.json"); // syntax test fn test_root(s: &schema::SchemaRoot) {} #[test] fn test_root_equal() { // let _s : schema::SchemaRoot = "abc".to_string(); }