Home
last modified time | relevance | path

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

/tonic/examples/
H A Dbuild.rs5 .type_attribute("routeguide.Point", "#[derive(Hash)]") in main()
/tonic/tonic-build/src/
H A Dprost.rs389 pub fn type_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in type_attribute() method
669 config.type_attribute(prost_path, attr); in setup_config()