Trait fedimint_core::db::WithDecoders

source ·
pub trait WithDecoders {
    // Required method
    fn decoders(&self) -> &ModuleDecoderRegistry;
}
Expand description

A database type that has decoders, which allows it to implement IDatabaseTransactionOpsCoreTyped

Required Methods§

Implementors§

source§

impl<'tx, Cap> WithDecoders for DatabaseTransaction<'tx, Cap>