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