pub fn update_status<RB>(
consumer: &Token<'_>,
access: &Token<'_>,
status: &str,
client: &RB::ClientBuilder,
) -> Result<()>
Expand description
function to update the status This function takes as arguments the consumer key, the access key, and the status (obviously)