Function difft::diff::graph::try_pop_rhs

source ·
fn try_pop_rhs<'s, 'v>(
    entered: &Stack<'v, EnteredDelimiter<'s, 'v>>,
    alloc: &'v Bump
) -> Option<(&'s Syntax<'s>, Stack<'v, EnteredDelimiter<'s, 'v>>)>