no_macro_input

func no_macro_input() -> MacroInput?

Optional constructors for the generated wrapper ABI entry points, which deliberately avoid naming MacroInput so their generated text can never collide with a macro unit's own imports.

View Source
pub func no_macro_input() -> MacroInput? {
	.none
}