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

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,