Home
last modified time | relevance | path

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

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