useproc_macro::TokenStream;// When the builder feature is disabled, just remove the entire thing.
pubfnblueprint(_: TokenStream, _: TokenStream)-> TokenStream{TokenStream::new()}// Just return the annotated function unchanged.
pubfncallback_helpers(item: TokenStream)-> TokenStream{
item
}