Trait messagebird_async::sms::Query[][src]

pub trait Query {
    fn uri(&self) -> Uri;

    fn method(&self) -> Method { ... }
}

TODO the name is misleading/obsolete, should be something with params

Required Methods

Provided Methods

Implementors