Skip to main content

table

Function table 

Source
pub fn table<I, T>(data: I)
where I: IntoIterator<Item = T>, T: Tabled,
Expand description

Render a table to stderr.