Expand description
§Validation
Contains the logic for validating filesystem paths against the model.
This module implements the core validation functionality, checking whether real filesystem paths match the expected structure defined in the model.
Structs§
- Validation
Error - Represents a validation error encountered during filesystem validation.
Enums§
- Error
Category - Error category for classifying validation errors.
Functions§
- to_
anyhow_ result - Converts a
ValidationResultto a standardanyhow::Result.
Type Aliases§
- Validation
Result - Result type for validation operations that may return multiple validation errors.