Module palmrs_database::record

source ·
Expand description

Individual database record handling

This includes the DatabaseRecord trait, to be implemented by types that represent record headers for a given database type, and the pdb_record module, which implements that trait for PDB/PRC record and resource header types.

Modules

Traits