Crate oauth1_request_derive
source ·Expand description
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§
- A derive macro for
oauth1_request::Request
trait.