Module spaceapi::optional [] [src]

Implementation of the custom Optional type. See Optional docs for more information.

Enums

Optional

An Optional can contain either Value<T> or Absent. It is similar to an Option, but None will be serialized to null while Absent means that both the key and the value will be omitted when serialized.