Macro emcell_macro::extern_header_forward
source · extern_header_forward!() { /* proc-macro */ }Expand description
Generate header wrapper for external cell
Cell specified in this macro should not be referenced with extern_header_forward in other cell projects. Cell should not be a primary cell.
§Example
use emcell_macro::extern_header_forward;
extern_header_forward! {
Cell1Wrapper: Cell1
}