pub type ConfigDiff<'a> = Vec<ConfigChange<'a>, MAX_CONFIG_DIFF_CHANGES>;Expand description
Fixed-capacity configuration diff report.
Aliased Typeยง
pub struct ConfigDiff<'a> { /* private fields */ }pub type ConfigDiff<'a> = Vec<ConfigChange<'a>, MAX_CONFIG_DIFF_CHANGES>;Fixed-capacity configuration diff report.
pub struct ConfigDiff<'a> { /* private fields */ }