[][src]Function heim_runtime::fs::read_first_line

pub async fn read_first_line<T>(path: T) -> Result<String> where
    T: AsRef<Path> + Send + 'static,