macro_rules! skip_serialize_oauth_parameters {
    () => { ... };
}
Expand description

Helper macro for implementors of Serializer which generates blank implementation of serialize_oauth_* methods.

This is useful for implementing a Serializer that does not involve OAuth authorization process (e.g. Urlencoder).