pub fn expand_derive_extern_input(
item_tokens: TokenStreamNightly,
) -> Result<TokenStreamNightly, Error>
Expand description
Expands the ExternInput
derive attribute.
The attribute expansion results in the following items:
- Implementation of the ExternInput trait.