Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/book/src/
Dcode-formatting.md36 [`Builder::with_rustfmt`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#method.with_ru…
59 .with_rustfmt(rustfmt_path)
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs1536 pub fn with_rustfmt<P: Into<PathBuf>>(mut self, path: P) -> Self { in with_rustfmt() method