//! Module contains the serde implementation for the record module
//! useful for custom importing model weights, such as PyTorch's pt file format.
/// The adapter trait that is used to convert the nested value to the module type.
/// The main data structure used for deserialization.
/// The deserializer that is used to convert the nested value to the record.
/// The deserializer that is used to convert the nested value to the record.
/// Error types.