Function asciii::print::print_projects[][src]

pub fn print_projects(rows: Vec<Row>)

Prints Projects Rows

This doesn't do much, except taking a Vec of Rows and printing it, the interesting code is in dynamic_rows(), verbose_rows(), path_rows() or simple_rows(). This Documentations is redundant, infact, it is already longer than the function itself.