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 schema::empty
is used to create the
schema::Schema
for the type.
pub type TupleUnit = ();
Represents nullable
type.
This can be used anywhere where “nothing” needs to be evaluated.
This will serialize to null
in JSON and schema::empty
is used to create the
schema::Schema
for the type.