Skip to main content

Feign

Derive Macro Feign 

Source
#[derive(Feign)]
{
    // Attributes available to this derive:
    #[url_path]
    #[query]
    #[header]
    #[param]
}
👎Deprecated since 0.6.0:

Feign is deprecated, please use Context instead and it will be removed in future versions.