Function indented::indented_with [] [src]

pub fn indented_with<D, I>(data: D, indent: I) -> Indented<D, I> where
    D: Display,
    I: Indent