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

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