span

Function span 

Source
pub fn span<Stream, Context, Parser>(parser: Parser) -> Span<Parser>
where Stream: Streaming, Context: Contexting<UtilsAtom<Stream>>, Parser: Parse<Stream, Context>,
Expand description

Function style version of crate::Utils::span