com_module!() { /* proc-macro */ }
Expand description

Defines a COM library sub-module.

com_module!(items...)]
  • items - List of items contained in this module.

The macro results in the implementation of the object creation infrastructure that allows external clients to load the library and instantiate the specified types.