Home
last modified time | relevance | path

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

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