Searched refs:client_attribute (Results 1 – 2 of 2) sorted by relevance
23 .client_attribute("Echo", "#[derive(PartialEq)]") in main()
495 pub fn client_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in client_attribute() method