Enum sqlite_loadable::BestIndexError
source · pub enum BestIndexError {
Constraint,
Error,
}Expand description
Possible errors to return in xBestIndex.
pub enum BestIndexError {
Constraint,
Error,
}Possible errors to return in xBestIndex.