Home
last modified time | relevance | path

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

/third_party/rust/crates/io-lifetimes/tests/
Dapi.rs83 fn from_into_file<Filelike: IntoFilelike>(filelike: Filelike) { in from_into_file() method
129 Tester::from_into_file(std::fs::File::open("Cargo.toml").unwrap().into_filelike()); in test_api()