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
# `gateway/scripts.rs`


## `pub fn load_script(path: &Path) -> std::io::Result<String>`

*Line 4 · fn*

Load a Rhai script file from disk.

---