pub trait QueryEncode {
// Required method
fn query_encode(&self) -> String;
}Expand description
Encode a value as a URL query string (without leading ?).
Required Methods§
Sourcefn query_encode(&self) -> String
fn query_encode(&self) -> String
Returns URL query string (without leading ?)