Struct cart_cache::CartCache [] [src]

pub struct CartCache<K, V> where K: Eq + Hash {
    // some fields omitted
}

Methods

impl<K: Eq + Hash, V> CartCache<K, V>
[src]