Skip to main content

tauri_command

Attribute Macro tauri_command 

Source
#[tauri_command]
Expand description

Marks a function as both a Tyzen command and a Tauri command.

Shorthand for applying both #[tyzen::command] and #[tauri::command].