Function af_core::fmt::indent[][src]

pub fn indent<'a, T>(
    initial: &'a str,
    hanging: &'a str,
    value: T
) -> Indented<'a, T>

Wraps the value so that it is displayed with the given initial and hanging indentation.