tauri_wasm
0.1.0
In tauri_wasm::api::app
?
Settings
Function
tauri_wasm
::
api
::
app
::
hide
Copy item path
source
·
[
−
]
pub async fn hide() ->
Result
<
()
>
Expand description
§
Example
use
tauri_wasm::api::app::hide; hide().
await
;