Home
last modified time | relevance | path

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

/tonic/examples/
H A Dbuild.rs20 .server_mod_attribute("attrs", "#[cfg(feature = \"server\")]") in main()
/tonic/tonic-build/src/
H A Dprost.rs466 pub fn server_mod_attribute<P: AsRef<str>, A: AsRef<str>>( in server_mod_attribute() method