Macro load_layout_file

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

Macro for loading layout from a file.

This macro reads the content of the specified file and passes it to the load_layout macro for parsing and code generation.

ยงExample

load_layout_file!("layout.xml");