pub fn empty() -> Schema
Create an empty Schema that serializes to null.
empty
Schema
null
Can be used in places where an item can be serialized as null. This is used with unit type enum variants and tuple unit types.