Type Definition tugger_code_signing::WindowsSignerFn

source ·
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.