Module btserde::field_helpers::smart_ptr
source · Expand description
A helper for serializing and deserializing fields which are “smart pointers”, types like std::sync::Arc, std::rc::Rc, and Box.
Traits
- Trait for general smart pointers.