pub type CancelChannel = Sender<CancelReason>;Available on crate feature
files only.Expand description
Channel used to cancel uploads and downloads.
The boolean flag indicates whether the cancellation was requested by the user or not.
Aliased Typeยง
pub struct CancelChannel { /* private fields */ }