[][src]Function indented_blocks::blocks_to_string

pub fn blocks_to_string<B>(blks: Vec<Block<B>>, single_indent: &str) -> String where
    B: Unindent,
    <B as Unindent>::Item: Display