pub type PolicyDiff<'a> = Vec<PolicyChange<'a>, MAX_POLICY_DIFF_CHANGES>;Expand description
Fixed-capacity policy diff report.
Aliased Typeยง
pub struct PolicyDiff<'a> { /* private fields */ }pub type PolicyDiff<'a> = Vec<PolicyChange<'a>, MAX_POLICY_DIFF_CHANGES>;Fixed-capacity policy diff report.
pub struct PolicyDiff<'a> { /* private fields */ }