Module config_dump

Module config_dump 

Source
Expand description

Config inspection messages for remote per-proc configuration dumps.

See CFG-* invariants in admin_tui/main.rs.

Structs§

ConfigDump
Request a config dump from a proc’s process-global config state.
ConfigDumpResult
Result of a config dump request — the effective configuration entries from the target process.

Traits§

ConfigDumpClient
The custom client trait for this message type.
ConfigDumpHandler
The custom handler trait for this message type.