pub type DownloadCounterState = State<Arc<DownloadCounter>>;Aliased Type§
pub struct DownloadCounterState(pub Arc<DownloadCounter>);Tuple Fields§
§0: Arc<DownloadCounter>pub type DownloadCounterState = State<Arc<DownloadCounter>>;pub struct DownloadCounterState(pub Arc<DownloadCounter>);0: Arc<DownloadCounter>