Function mule::read_file[][src]

pub async fn read_file(
    file_path: impl AsRef<Path> + Clone
) -> Result<Dataset<DefaultTyper>>

Opens and reads the dataset at the specified file using the default options and type system.