Type Definition hdf5::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

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