Trait hipchat_client::util::AppendToQueryParams [] [src]

pub trait AppendToQueryParams {
    fn append_to(&self, query: &mut Serializer<UrlQuery>);
}

Required Methods

Implementors