1 2 3 4 5 6 7 8 9 10
# `dsl/apply.rs` ## `pub fn apply(ui: &AppWindow, dsl: &AppDsl)` *Line 8 ยท fn* Apply a validated `AppDsl` to an `AppWindow`. All composition rules already satisfied โ this is pure wiring, no validation. ---