Trait fedimint_core::db::DatabaseLookup

source ·
pub trait DatabaseLookup: DatabaseKeyPrefix {
    type Record: DatabaseRecord;
}
Expand description

A key that can be used to query one or more DatabaseRecord Extends DatabaseKeyPrefix to prepend the key’s prefix.

Required Associated Types§

Implementors§