Widget<'msg> Type
Opaque public return type of every typed `view`. Wraps the lowered `Control<'msg>` IR. The internal representation (`{ Lowered: Control<'msg> }`) stays in the implementation — Principle II. Additive-only: nothing in the existing public surface changes.