Home
last modified time | relevance | path

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

/tonic/tonic-build/src/
H A Dcompile_settings.rs4 pub(crate) codec_path: String, field
H A Dmanual.rs179 codec_path: String, field
200 fn codec_path(&self) -> &str { in codec_path() method
274 codec_path: Option<String>, field
320 pub fn codec_path(mut self, codec_path: impl AsRef<str>) -> Self { in codec_path() method
H A Dlib.rs137 fn codec_path(&self) -> &str; in codec_path() method
H A Dprost.rs147 fn codec_path(&self) -> &str { in codec_path() method
592 pub fn codec_path(mut self, codec_path: impl Into<String>) -> Self { in codec_path() method