pub fn setup(capacity: u32) -> TokenStreamExpand description
Due to orphan rules, we need to perform some setup.
This should be put in one spot that you know the path to.
That could be the crate root, or a specific module that is passed into your macros. It is up to you.
The capacity is used to set the max number of implementations that can be replaced.