pub trait ItemDiffExt<T> { // Required method fn apply(self, prev: T) -> T; }
Apply the contents of a change to some field value