Home
last modified time | relevance | path

Searched refs:client_attribute (Results 1 – 2 of 2) sorted by relevance

/tonic/examples/
H A Dbuild.rs23 .client_attribute("Echo", "#[derive(PartialEq)]") in main()
/tonic/tonic-build/src/
H A Dprost.rs495 pub fn client_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in client_attribute() method