[][src]Crate oauth1_request_derive

This crate provides a derive macro for oauth1_request::Request:

#[derive(oauth::Request)]

oauth1_request crate re-exports the derive macro if the derive feature of the crate is enabled (which is on by default). You should use the re-export instead of depending on this crate directly.

Derive Macros

Request

A derive macro for Request trait.