Expand description
This module defines the error types used in the VMF parser using thiserror
.
Enums§
- VmfError
- Represents an error that occurred during VMF parsing or processing.
Type Aliases§
- VmfResult
- A type alias for
Result
that usesVmfError
as the error type.