[][src]Module intercom_common::model

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

ComCrate
ComImpl
ComImplVariant
ComInterface
ComInterfaceVariant
ComLibrary

COM library details derived from the com_library attribute.

ComStruct

Details of a struct marked with #[com_class] attribute.

Enums

ParseError

Type Definitions

ParseResult