Skip to main content

through_tail

Function through_tail 

Source
pub fn through_tail(
    from: &impl AstNode,
    function: &Fn,
) -> Result<Selection, Box<dyn Error>>