Home
last modified time | relevance | path

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

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