heim_runtime::fs

Function read_lines

Source
pub fn read_lines<T>(path: T) -> impl Stream<Item = Result<String>>
where T: AsRef<Path> + Send + Unpin + 'static,
Expand description

Returns stream of lines yielded from file with path path.