1 2 3 4 5 6 7
use std::sync::atomic::AtomicUsize; #[derive(Debug)] pub struct RefreshDeps { pub label: &'static str, pub seen: AtomicUsize, }