Skip to main content

print_table

Function print_table 

Source
pub async fn print_table<T, E>(table: &Table<T, E>) -> Result<()>
where T: TableSource, T::Value: TerminalRender, T::Id: Display, E: Entity<T::Value>,
Expand description

Fetch records from a table and print them as a styled table.