string_tree

Function string_tree 

Source
pub fn string_tree<T, Ops, const D: usize>(
    expr: &PostfixExpr<T, Ops, D>,
    opts: StringTreeOptions<'_>,
) -> String
where T: Display, Ops: OperatorSet,