Skip to main content

extern_header_forward

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
}