Skip to main content

stringify_toml

Function stringify_toml 

Source
pub fn stringify_toml<T>(
    formatted: &Formatted<T>,
    _options: Option<FormatOptions>,
) -> Result<String, Error>
where T: Serialize,
Expand description

Stringifies a TOML value with preserved outer whitespace.