Function difft::diff::graph::try_pop_both

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