VerifyPath

Trait VerifyPath 

Source
pub trait VerifyPath {
    // Required method
    fn verify_path(&self) -> Result<(), UnraidNotifierError>;
}
Expand description

Verify if there exists a file at the described path, fails if not.

Required Methods§

Implementations on Foreign Types§

Source§

impl VerifyPath for &str

Source§

impl VerifyPath for &Path

Source§

impl VerifyPath for String

Source§

impl VerifyPath for PathBuf

Implementors§