This is a 'raw' read, with no buffering. For buffered reading there is the io::BufRead trait which gives us read_line and a lines iterator. io::BufReader ...
確定! 回上一頁