fedimint_core::db

Trait 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>