Type Alias parser_compose::RepeatsOperation
source · pub type RepeatsOperation<Out> = fn(_: (), _: Out);Expand description
A Fold operation function that does nothing with what is given to it
pub type RepeatsOperation<Out> = fn(_: (), _: Out);A Fold operation function that does nothing with what is given to it