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

pub fn read_lines_into<T, R, E>(
    path: T
) -> impl TryStream<Ok = R, Error = Error> where
    T: AsRef<Path> + Send + 'static,
    R: FromStr<Err = E>,
    Error: From<E>,