Function synfuzz::sep_by1

source ·
pub fn sep_by1(
    generator: impl Generator + 'static,
    separator: impl Generator + 'static
) -> impl Generator
Expand description

sep_by1 is a helper to create a SepBy1 Generator