Struct libp2p::gossipsub::time_cache::TimeCache [−][src]
pub struct TimeCache<Key, Value> { /* fields omitted */ }Implementations
Auto Trait Implementations
impl<Key, Value> RefUnwindSafe for TimeCache<Key, Value> where
Key: RefUnwindSafe,
Value: RefUnwindSafe, impl<Key, Value> UnwindSafe for TimeCache<Key, Value> where
Key: UnwindSafe,
Value: UnwindSafe,