Module option_base64string
Expand description
Serialize into and deserialize from an optional base64string.
Functionsยง
- Deserialize
Option<base64string>
intoVec<u8>
or null - Serialize from
T
intoOption<base64string>
Serialize into and deserialize from an optional base64string.
Option<base64string>
into Vec<u8>
or nullT
into Option<base64string>