pub type BTreeCache<'f, I, O> = GenericCache<'f, BTreeMap<I, O>>;Expand description
Aliased Typeยง
pub struct BTreeCache<'f, I, O> { /* private fields */ }pub type BTreeCache<'f, I, O> = GenericCache<'f, BTreeMap<I, O>>;pub struct BTreeCache<'f, I, O> { /* private fields */ }