Module trace_persistence

Module trace_persistence 

Source
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§

LoadResult
Result of a load operation
SaveResult
Result of a save operation
TraceConfig
Represents a single trace configuration for persistence
TracePersistence
Main trace persistence handler

Enums§

SaveFilter
Filter options for saving traces

Traits§

CommandParser
Extension trait for command parsing