tauri_macos_sign

Trait NotarytoolCmdExt

source
pub trait NotarytoolCmdExt {
    // Required method
    fn notarytool_args(
        &mut self,
        auth: &AppleNotarizationCredentials,
        temp_dir: &Path,
    ) -> Result<&mut Self>;
}

Required Methods§

source

fn notarytool_args( &mut self, auth: &AppleNotarizationCredentials, temp_dir: &Path, ) -> Result<&mut Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NotarytoolCmdExt for Command

source§

fn notarytool_args( &mut self, auth: &AppleNotarizationCredentials, temp_dir: &Path, ) -> Result<&mut Self>

Implementors§