Module nullable
Expand description
Serialize/deserialize nilable type into T, where nil turns into the default impl.
Functionsยง
- deserialize
- Deserialize
Option<T> - serialize
- Serialize
Option<T>
Serialize/deserialize nilable type into T, where nil turns into the default impl.
Option<T>Option<T>