slint-ui-templates 0.1.0

Composable Slint UI building blocks โ€” mother-child pattern, token-driven
Documentation
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.

---