pub fn check_default_fixture<T>(cx: &mut Cx) -> Result<()>where
T: CitizenRuntime,Expand description
Checks the citizen’s default CitizenRuntime::example fixture round trip.
Convenience wrapper over check_fixture using the type’s canonical
example value.