#[derive(Request)]
{
    // Attributes available to this derive:
    #[oauth1]
}
Expand description

A derive macro for oauth1_request::Request trait.

See the documentation on the oauth1_request crate.