Trait hdf5::types::H5Type[][src]

pub unsafe trait H5Type: 'static {
    fn type_descriptor() -> TypeDescriptor;
}

Required methods

Implementations on Foreign Types

Implementors