Is there any way to use TableLayout as callback in set_header?
I'm getting "unused Result
that must be used
#[warn(unused_must_use)]
on by default
this Result
may be an Err
variant, which should be handled", when i try to handle it with match arms, unable to handle Error. Please suggest