tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

Update required imports for deep linking

Open VioPaige opened this issue 1 year ago • 0 comments

Question you want answered

Why does tauri::App not have listen function by default?

Where did you look for an answer?

Tauri docs

Page URL

https://v2.tauri.app/plugin/deep-linking/

Additional context

On the deep linking guide, there is a rust code block that uses the following:

use tauri_plugin_deep_link::DeepLinkExt

Which is not necessary to have within the code, but it does require:

use tauri::Listener;

before the app.listen() function can be called, which is not specified in the documentation nor the code block.

Are you willing to work on this yourself?

  • [ ] I want to work on this myself

VioPaige avatar Aug 06 '24 07:08 VioPaige