hdf5_rs::Result
[−]
[src]
type Result<T> = Result<T, Error>;
A type for results generated by HDF5-related functions where the Err
type is
set to hdf5::Error
.