Home
last modified time | relevance | path

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

/tonic/tonic-build/src/
H A Dprost.rs411 pub fn enum_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in enum_attribute() method
675 config.enum_attribute(prost_path, attr); in setup_config()