Module btserde::field_helpers
source · Expand description
Modules that help with serializing and deserializing struct fields via the
#[serde(with ="path")]
attribute.
Modules
- A helper for serializing and deserializing fields which are “smart pointers”, types like std::sync::Arc, std::rc::Rc, and Box.