Skip to main content

DownloadCounterState

Type Alias DownloadCounterState 

Source
pub type DownloadCounterState = State<Arc<DownloadCounter>>;

Aliased Type§

pub struct DownloadCounterState(pub Arc<DownloadCounter>);

Tuple Fields§

§0: Arc<DownloadCounter>