use_symbols

Macro use_symbols 

Source
macro_rules! use_symbols {
    ($($id_name:ident),*) => { ... };
}
Expand description

Import the given symbols (generated by the build script) into scope.

ยงLimitations

Any types referenced by the imported symbols must be manually brought into scope. This may not be necessary in future versions of Rustifact. See the relevant tracking issue.