Type Definition cargo_deny::diag::PackChannel
source · pub type PackChannel = Sender<Pack>;Expand description
Channel type used to send diagnostics from checks
pub type PackChannel = Sender<Pack>;Channel type used to send diagnostics from checks