pub trait UfMergeSpec { type Data; // Required method fn merge(&mut self, to: &mut Self::Data, from: &mut Self::Data); }