[][src]Function heim_common::utils::fs::read_lines

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

Returns stream of lines yielded from file with path path.