Function expand_derive_extern_output

Source
pub fn expand_derive_extern_output(
    item_tokens: TokenStreamNightly,
) -> Result<TokenStreamNightly, Error>
Expand description

Expands the ExternOutput derive attribute.

The attribute expansion results in the following items:

  • Implementation of the ExternOutput trait.