fill

Function fill 

Source
pub fn fill<Stream, Context, Parser, const N: usize>(
    parser: Parser,
) -> Fill<Parser, N>
where Stream: Streaming, Context: Contexting<UtilsAtom<Stream>>, Parser: Parse<Stream, Context>,
Expand description

Function style version of crate::Utils::fill