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