[][src]Function game::info::make_table

fn make_table<I: Into<String>>(
    ctx: &EventCtx,
    rows: impl Iterator<Item = (I, String)>
) -> Vec<Widget>