pub fn to_string_styled_like<T: Serialize>(
    sample: &str,
    value: &T
) -> Result<String>
Expand description

Serialize a value using indentation style inferred from an existing IDM sample.