Type Alias SharedStats

Source
pub type SharedStats = Arc<Mutex<UploadStats>>;

Aliased Typeยง

pub struct SharedStats { /* private fields */ }