[][src]Function heim_runtime::fs::read_into

pub fn read_into<T, R, E>(path: T) -> impl Future<Output = Result<R>> where
    T: AsRef<Path> + Send + Unpin + 'static,
    R: FromStr<Err = E>,
    Error: From<E>, 

Read path file and try to parse it into a R type via std::str::FromStr.