fn make_table<I: Into<String>>(
    ctx: &EventCtx<'_>,
    rows: Vec<(I, String)>
) -> Vec<Widget>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator