pub type WindowsSignerFn = fn(&Signable, &mut SigntoolSign) -> Result<(), Error>;Expand description
A callback for influencing the creation of tugger_windows_codesign::SigntoolSign instances for a given Signable.
pub type WindowsSignerFn = fn(&Signable, &mut SigntoolSign) -> Result<(), Error>;A callback for influencing the creation of tugger_windows_codesign::SigntoolSign instances for a given Signable.