[][src]Macro oauth1_request::skip_serialize_oauth_parameters

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

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).