Skip to main content

parse_pipe_expr

Function parse_pipe_expr 

Source
pub fn parse_pipe_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Expand description

Parse pipe expression (a |> b |> c) Pipes the left value into the right function