Module model

Source
Expand description

COM library parse model.

Defines the items constructed from the various COM attributes.

Should unify COM attribute expansion and crate parsing for IDL/Manifest/etc. purposes in the future.

Structs§

ComClass
Details of a struct marked with #[com_class] attribute.
ComInterface
ComInterfaceVariant
ComLibrary
COM library details derived from the com_library attribute.

Enums§

LibraryItemType
ParseError

Type Aliases§

ParseResult