Type Alias DebugRecordSettings
pub type DebugRecordSettings = PrettyJsonFileRecorder<FullPrecisionSettings>;
Expand description
Debug recorder.
It uses the pretty json format for serialization with full precision making it human readable.
Aliased Type§
struct DebugRecordSettings { /* private fields */ }