Type Alias salvo_oapi::TupleUnit
source · 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.