MCPcopy Create free account
hub / github.com/Moosync/Moosync / FileScannerExt

Interface FileScannerExt

lib/tauri-plugin-file-scanner/src/lib.rs:35–37  ·  view source on GitHub ↗

Extensions to [`tauri::App`], [`tauri::AppHandle`] and [`tauri::Window`] to access the file-scanner APIs.

Source from the content-addressed store, hash-verified

33
34/// Extensions to [`tauri::App`], [`tauri::AppHandle`] and [`tauri::Window`] to access the file-scanner APIs.
35pub trait FileScannerExt<R: Runtime> {
36 fn file_scanner(&self) -> &FileScanner<R>;
37}
38
39impl<R: Runtime, T: Manager<R>> crate::FileScannerExt<R> for T {
40 fn file_scanner(&self) -> &FileScanner<R> {

Callers

nothing calls this directly

Implementers 1

lib.rslib/tauri-plugin-file-scanner/src/lib.

Calls

no outgoing calls

Tested by

no test coverage detected