Type Alias ProgressChannel

Source
pub type ProgressChannel = Sender<(u64, Option<u64>)>;
Available on crate feature files and (crate features files or listen or network-client) only.
Expand description

Channel for upload and download progress notifications.

Aliased Typeยง

struct ProgressChannel { /* private fields */ }