mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
docs: Fix PathResolver doc comment (#8876)
This commit is contained in:
parent
d72b6f3842
commit
ed33b851c7
@ -6,7 +6,7 @@ use super::{Error, Result};
|
|||||||
use crate::{AppHandle, Manager, Runtime};
|
use crate::{AppHandle, Manager, Runtime};
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
/// A helper class to access the mobile camera APIs.
|
/// The path resolver is a helper class for general and application-specific path APIs.
|
||||||
pub struct PathResolver<R: Runtime>(pub(crate) AppHandle<R>);
|
pub struct PathResolver<R: Runtime>(pub(crate) AppHandle<R>);
|
||||||
|
|
||||||
impl<R: Runtime> PathResolver<R> {
|
impl<R: Runtime> PathResolver<R> {
|
||||||
|
Loading…
Reference in New Issue
Block a user