Type Definition tugger_code_signing::WindowsSignerFn[][src]

type WindowsSignerFn = fn(_: &Signable, _: &mut SigntoolSign) -> Result<(), Error>;

A callback for influencing the creation of tugger_windows_codesign::SigntoolSign instances for a given Signable.