Trait ExecutionChangesExt

Source
pub trait ExecutionChangesExt {
    // Required method
    fn merge(&mut self, other: ExecutionChanges);
}

Required Methods§

Source

fn merge(&mut self, other: ExecutionChanges)

Implementors§