heim_runtime::fs
pub async fn read_into<T, R, E>(path: T) -> Result<R, E> where T: AsRef<Path> + Send + 'static, R: FromStr + Send + 'static, E: From<Error> + From<<R as FromStr>::Err> + Send + 'static,