Function rusty_parser::map
source · pub fn map<ParserType, ClosureType, ClosureInput, ClosureOutput>(
parser: ParserType,
callback: ClosureType
) -> MapParser<ParserType, ClosureType, ClosureInput, ClosureOutput>where
ClosureType: Fn(ClosureInput) -> ClosureOutput,
ClosureInput: Tuple,
ClosureOutput: Tuple,Expand description
Map parser’s Output to new value