Searched defs:IndexConstraintUsage (Results 1 – 1 of 1) sorted by relevance
613 pub struct IndexConstraintUsage<'a>(&'a mut ffi::sqlite3_index_constraint_usage); struct615 impl IndexConstraintUsage<'_> { implementation