pub fn call_for<'a>(
method: &'a Method,
matches: &ArgMatches,
) -> Result<Call<'a>>Expand description
Assemble the request for a matched method.
pub fn call_for<'a>(
method: &'a Method,
matches: &ArgMatches,
) -> Result<Call<'a>>Assemble the request for a matched method.