Expand description
Trace persistence module for saving and loading trace configurations
This module provides functionality to save active traces to script files and load them back, preserving their state (enabled/disabled) and full script content.
Structs§
- Load
Result - Result of a load operation
- Save
Result - Result of a save operation
- Trace
Config - Represents a single trace configuration for persistence
- Trace
Persistence - Main trace persistence handler
Enums§
- Save
Filter - Filter options for saving traces
Traits§
- Command
Parser - Extension trait for command parsing