static EMPTY_TOKEN_STREAM: LazyLock<TokenStream>Expand description
A shared empty token stream, used to avoid an unnecessary Arc allocation for every empty
token stream.
static EMPTY_TOKEN_STREAM: LazyLock<TokenStream>A shared empty token stream, used to avoid an unnecessary Arc allocation for every empty
token stream.