#`tauri::AppHandle` is missing `PathResolver`

7 messages · Page 1 of 1 (latest)

random violet
#

One message removed from a suspended account.

median basalt
#

Does the compiler or your ide not offer suggestions for this?

#

something like this ```error[E0599]: no method named path found for mutable reference &mut tauri::App in the current scope
--> src\lib.rs:56:17
|
56 | app.path().resolve();
| ^^^^ method not found in &mut App
|
= help: items from traits can only be used if the trait is in scope
help: trait Manager which provides path is implemented but not in scope; perhaps you want to import it
|
1 + use tauri::Manager;
|

random violet
#

One message removed from a suspended account.

median basalt
#

i guess so? or maybe more like an interface

#

(called traits in rust)

random violet
#

One message removed from a suspended account.