Derive Macro qubit_macros::ExportType
source · #[derive(ExportType)]Expand description
Derive [qubit::ExportType] implementation for the attached struct. Will check to see if
the struct has been added before, and if not it will add it’s own inline definition, and
recurse to add the types of any nested types.