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