macro_rules! targ { ($name:ident : $ty:path) => { ... }; }
Macro to create a FnArg. Called targ because the type is a TokenStream (specifically a path), rather than a &str. targ!(access_token: String)