Home
last modified time | relevance | path

Searched defs:extern_path (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic-build/src/
H A Dprost.rs294 pub(crate) extern_path: Vec<(String, String)>, field
369 pub fn extern_path(mut self, proto_path: impl AsRef<str>, rust_path: impl AsRef<str>) -> Self { in extern_path() method