Searched refs:wrap_static_fns_path (Results 1 – 3 of 3) sorted by relevance
421 wrap_static_fns_path: Option<PathBuf>, field562 wrap_static_fns_path, in builder_from_flags()1105 if let Some(path) = wrap_static_fns_path { in builder_from_flags()1106 builder = builder.wrap_static_fns_path(path); in builder_from_flags()
2015 wrap_static_fns_path: Option<PathBuf> {2029 pub fn wrap_static_fns_path<T: AsRef<Path>>(mut self, path: T) -> Self {2030 self.options.wrap_static_fns_path = Some(path.as_ref().to_owned());
4791 .wrap_static_fns_path in serialize_items()