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