CommandHelloWorld

Function CommandHelloWorld 

Source
fn CommandHelloWorld(
    _ApplicationHandle: AppHandle<Wry>,
    _Window: WebviewWindow<Wry>,
    _RunTime: Arc<ApplicationRunTime>,
    _Argument: Value,
) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>>
Expand description

A simple native command that logs a message.