Module spaceapi_server::api::optional []

Useful stuff related to the spaceapi.

Enums

Optional

An Optional can contain Optional::Value<T> or Optional::Absent. It is similar to an Option, but Optional::Absent means it will be omitted when serialized, while None will be serialized to null.