Home
last modified time | relevance | path

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

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