pub type FeeHistoryCache = Arc<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>;

Aliased Type§

struct FeeHistoryCache {
    ptr: NonNull<ArcInner<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>>,
    phantom: PhantomData<ArcInner<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<ArcInner<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>>§phantom: PhantomData<ArcInner<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>>§alloc: Global