MCPcopy Create free account
hub / github.com/davidhewitt/pythonize / test_empty_struct

Function test_empty_struct

src/ser.rs:753–758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751
752 #[test]
753 fn test_empty_struct() {
754 #[derive(Serialize)]
755 struct Empty;
756
757 test_ser(Empty, "null");
758 }
759
760 #[test]
761 fn test_struct() {

Callers

nothing calls this directly

Calls 1

test_serFunction · 0.85

Tested by

no test coverage detected