//! Serde-based deserialization of nested values, used for importing model weights from external
//! formats (e.g. PyTorch's pickle `.pt` files) into Burn modules via `burn-store`.
/// 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 converts a nested value into a typed item.
/// Error types.