targ

Macro targ 

Source
macro_rules! targ {
    ($name:ident : $ty:path) => { ... };
}
Expand description

Macro to create a FnArg. Called targ because the type is a TokenStream (specifically a path), rather than a &str. targ!(access_token: String)