Skip to main content

reduce

Function reduce 

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