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

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