Skip to main content

StateDiff

Trait StateDiff 

Source
pub trait StateDiff<'a, 'b> {
    // Required method
    fn diff(&self) -> StateDiffReport<'a, 'b>;
}
Expand description

An interface to compare the state of two objects.

Required Methods§

Source

fn diff(&self) -> StateDiffReport<'a, 'b>

Returns a StateDiffReport for two objects.

Implementors§

Source§

impl<'a, 'b> StateDiff<'a, 'b> for SystemUserDiff<'a, 'b>

Source§

impl<'config_state, 'backend_state, 'config_items> StateDiff<'config_state, 'backend_state> for NetHsmDiff<'config_state, 'backend_state, 'config_items>