macro_rules! read_file { ( $path:expr) => { ... }; }
if let Ok(_r) = read_file!("./demo.txt") { println!("{:?}", _r); }