pub fn reduce<R, A>(input: &RawCid, output: &mut RawCid)where R: Reducer<A> + 'static, A: Clone + DeserializeOwned + 'static,