Type Alias parser_compose::AccumulateInit 
source · pub type AccumulateInit<Out> = fn() -> Vec<Out>;Expand description
A Fold init function that uses a Vec as an accumulator
pub type AccumulateInit<Out> = fn() -> Vec<Out>;A Fold init function that uses a Vec as an accumulator