1 2 3 4 5 6 7 8
mod util; use util::*; use uuid::Uuid; #[test] fn uuid() -> TestResult { test_default_generated_schema::<Uuid>("uuid") }