Searched refs:open_hello_world (Results 1 – 4 of 4) sorted by relevance
10 println!("{:?}", open_hello_world().unwrap()); in main()15 fn open_hello_world() -> std::io::Result<Vec<u8>> { in open_hello_world() function
12 println!("{:?}", open_hello_world().unwrap()); in main()17 fn open_hello_world() -> io::Result<Vec<u8>> { in open_hello_world() function