[][src]Type Definition hdf5::Result

type Result<T> = Result<T, Error>;

A type for results generated by HDF5-related functions where the Err type is set to hdf5::Error.