[][src]Type Definition nifti::object::MaybeGzDecodedFile

type MaybeGzDecodedFile = Either<BufReader<File>, GzDecoder<BufReader<File>>>;

A reader for a file which might be GZip encoded based on some run-time condition.