Skip to main content

plugin

Attribute Macro plugin 

Source
#[plugin]
Expand description

Derives native Plugin source through the same runtime lowering as [module].

use lenso_native_adapter_macros::plugin;

#[plugin]
enum InvalidPlugin {}