serde_helpers

Module opt_base64_json

Source
Expand description

de/serialize an Option<T> (where T implements is de/serializable) to/from a base64 encoded string containing a JSON payload. Make sure to also specify #[serde(default)].

Functionsยง