summaryrefslogtreecommitdiffstats
path: root/third_party/rust/serde_with/src/content/mod.rs
blob: 711af475c8ec81a5ecb0e8dff84339caa45155c8 (plain)
1
2
3
4
5
//! Import of the unstable private `Content` type from `serde`.
//!
//! <https://github.com/serde-rs/serde/blob/55a7cedd737278a9d75a2efd038c6f38b8c38bd6/serde/src/private/ser.rs#L338-L997>

pub(crate) mod ser;