pub trait UrlSerdeQS {
    fn query_qs<T: Serialize>(self, query: &T) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors