Macro slint::slint

slint!() { /* proc-macro */ }
Expand description

This macro allows you to use the .slint design markup language inline in Rust code. Within the braces of the macro you can use place .slint code and the named exported components will be available for instantiation.

The documentation of the slint crate contains more information about the language specification and how to use the generated code.