pub fn init_async_reader<P: AsRef<Path>>(
file_path: P,
) -> Box<dyn Future<Item = AsyncEDFReader<LocalFileReader>, Error = Error>>Expand description
Init an EDFReader with the path of a local file
pub fn init_async_reader<P: AsRef<Path>>(
file_path: P,
) -> Box<dyn Future<Item = AsyncEDFReader<LocalFileReader>, Error = Error>>Init an EDFReader with the path of a local file