[][src]Function heim_runtime::fs::read_lines

pub fn read_lines<T>(path: T) -> impl TryStream<Ok = String, Error = Error> where
    T: AsRef<Path> + Send + Unpin + 'static, 

Returns stream of lines yielded from file with path path.