Home
last modified time | relevance | path

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

/tonic/tonic-build/src/
H A Dprost.rs27 message_attributes: Vec::new(), in configure()
297 pub(crate) message_attributes: Vec<(String, String)>, field
403 self.message_attributes in message_attribute()
671 for (prost_path, attr) in self.message_attributes.iter() { in setup_config()