MCPcopy Create free account
hub / github.com/dxx/feignhttp / feign

Function feign

codegen/src/lib.rs:14–16  ·  view source on GitHub ↗
(attr: TokenStream, item: TokenStream)

Source from the content-addressed store, hash-verified

12
13#[proc_macro_attribute]
14pub fn feign(attr: TokenStream, item: TokenStream) -> TokenStream {
15 feign_impl(attr, item)
16}
17
18#[proc_macro_attribute]
19pub fn get(attr: TokenStream, item: TokenStream) -> TokenStream {

Callers

nothing calls this directly

Calls 1

feign_implFunction · 0.85

Tested by

no test coverage detected