Function roff::list [] [src]

pub fn list<'c1, 'c2, C1: Troffable, C2: Troffable>(
    header: &'c1 [C1],
    content: &'c2 [C2]
) -> String