Trait twilio_async::Execute[][src]

pub trait Execute {
    fn execute<U, D>(
        self,
        method: Method,
        url: U,
        body: Option<String>
    ) -> TwilioResp<D>
    where
        U: AsRef<str>,
        D: for<'de> Deserialize<'de>
; }

Required Methods

Implementors