Home
last modified time | relevance | path

Searched defs:append_pair (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/form_urlencoded/src/
Dlib.rs247 pub fn append_pair(&mut self, name: &str, value: &str) -> &mut Self { in append_pair() method
357 fn append_pair( in append_pair() function