pub type TupleUnit = ();
Expand description
Represents nullable
type. This can be used anywhere where “nothing” needs to be evaluated.
This will serialize to null
in JSON and openapi::schema::empty
is used to create the
openapi::schema::Schema
for the type.