Skip to main content

construct_search_params

Function construct_search_params 

Source
pub fn construct_search_params(args: &[Value]) -> Result<Value, String>
Expand description

new URLSearchParams([init]) — from a query string, an object, an iterable of [key, value] pairs, another URLSearchParams, or empty.