Home
last modified time | relevance | path

Searched defs:ParamIndexCache (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/util/
Dparam_cache.rs9 pub(crate) struct ParamIndexCache(RefCell<BTreeMap<SmallCString, usize>>); struct
11 impl ParamIndexCache { impl