Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/src/config/
Dfile_lines.rs322 fn into_tuple(self) -> Result<(FileName, Range), FileLinesError> { in into_tuple() method
/third_party/rust/crates/syn/src/
Dpunctuated.rs1000 pub fn into_tuple(self) -> (T, Option<P>) { in into_tuple() method