Expand description
Error types for QML Rust.
This module provides comprehensive error handling for all QML operations, using the thiserror crate for ergonomic error handling.
Enums§
- QmlError
- The main error type for QML operations.
Type Aliases§
- Result
- A specialized Result type for QML operations.