[][src]Function gu_base::cli::format_table

pub fn format_table<'a, RowIter, MsgFn>(
    title: Row,
    empty_msg: MsgFn,
    it: RowIter
) where
    RowIter: Iterator<Item = Row>,
    MsgFn: FnOnce() -> &'a str