invoke_provider

Function invoke_provider 

Source
pub(super) async fn invoke_provider<F, T>(
    application_handle: AppHandle<Wry>,
    handler: F,
) -> Result<Value, String>
Expand description

A generic helper to reduce boilerplate in language feature command handlers.