pub type TableColumnsRead<'a> = Box<dyn Deref<Target = Vec<ColumnDef>> + 'a>;
pub struct TableColumnsRead<'a>(/* private fields */);