Searched defs:proto_path (Results 1 – 1 of 1) sorted by relevance
54 let proto_path: &Path = proto.as_ref(); in compile_protos() localVariable304 pub(crate) proto_path: String, field505 pub fn proto_path(mut self, proto_path: impl AsRef<str>) -> Self { in proto_path() method