[][src]Function intercom_common::attributes::expand_com_library

pub fn expand_com_library(
    arg_tokens: TokenStreamNightly
) -> Result<TokenStreamNightly, ParseError>

Expands the com_library macro.

The macro expansion results in the following items:

  • DllGetClassObject extern function implementation.
  • IntercomListClassObjects extern function implementation.