pub fn insert_entry_def(
    txn: &mut Transaction<'_>,
    key: EntryDefStoreKey,
    entry_def: &EntryDef
) -> StateMutationResult<()>
Expand description

Insert a [EntryDef] into the database.