Trait twilio_rust::ToUrlEncoded [] [src]

pub trait ToUrlEncoded {
    fn to_url_encoded(&self) -> String;
}

Required Methods

Implementors