wick_import

Macro wick_import 

Source
macro_rules! wick_import {
    () => { ... };
}
Expand description

This macro is used to include the generated code from a wick-component-codegen build step.

ยงExample


// Useful way of importing code and keeping it separate from your own code.
mod wick {
wick_import!();
}