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.
pub trait VerifyPath {
// Required method
fn verify_path(&self) -> Result<(), UnraidNotifierError>;
}Verify if there exists a file at the described path, fails if not.