pub trait NSuccsInterface<const N: usize>: Op + BranchOpInterface { }Expand description
An Op having exactly N successors. Successors are branch targets, so this
requires BranchOpInterface (which separately checks the forwarded operands
against each target block’s arguments).