use_invoke

Function use_invoke 

Source
pub fn use_invoke<Args, Opts, T>(
    cmd: &'static str,
) -> UseTauriReturn<Args, Opts, T>
where Args: Serialize + Clone + Send + Sync + 'static, Opts: Serialize + Clone + Send + Sync + 'static, T: DeserializeOwned + Clone + Send + Sync + 'static,
Expand description

A leptos wrapper for Tauri’s native invoke function.