Skip to main content

stringify_yaml

Function stringify_yaml 

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

Stringifies a YAML value with preserved outer whitespace.