fn modifier_body_sides<'gcx>(
stmts: &'gcx [Stmt<'gcx>],
) -> Option<(&'gcx [Stmt<'gcx>], &'gcx [Stmt<'gcx>])>Expand description
The statements before and after a modifier’s single top-level placeholder. More complicated expansion shapes are left uncredited rather than guessing which paths execute the body.