Home
last modified time | relevance | path

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

/external/rust/crates/csv/examples/
Dtutorial-write-02.rs7 let file_path = get_first_arg()?; in run()
33 fn get_first_arg() -> Result<OsString, Box<dyn Error>> { in get_first_arg() function
Dtutorial-read-01.rs8 let file_path = get_first_arg()?; in run()
20 fn get_first_arg() -> Result<OsString, Box<dyn Error>> { in get_first_arg() function