export_type

Attribute Macro export_type 

Source
#[export_type]
Expand description

Generates an equvalent type in the WIT interface. Required for every type mentioned in the public methods of an account component.

Intended to be used together with #[component] attribute macro.