Searched defs:IndexConstraint (Results 1 – 1 of 1) sorted by relevance
579 pub struct IndexConstraint<'a>(&'a ffi::sqlite3_index_constraint); struct581 impl IndexConstraint<'_> { implementation