pub fn write_toml(
doc: &Doc,
strict: bool,
report: Option<&mut WriteReport>,
) -> Result<String, WriteError>Expand description
Project a Doc to TOML text. See this module’s doc comment for the
null-adjustment, integer-cap, temporal, and output-shape decisions.