fn consumes_brace_unit(line: &str) -> Option<String>
consumes U { … with the brace still open at the cursor → Some(U).
consumes U { …
Some(U)