Trait qs_rs::QueryString[][src]

pub trait QueryString {
    fn to_qs(&self, k: &str) -> String;
}

Required methods

Implementations on Foreign Types

Implementors